color codes Logo

#6978cc color codes

#6978CC
(105,120,204)
0 Favorites   0 Comments

Color spaces of #6978cc

RGB 105120204
HSL0.640.490.61
HSV231°49°80°
CMYK 0.490.410.00   0.20
XYZ23.441320.795859.9053
Yxy20.79580.22510.1997
Hunter Lab45.602411.9513-45.9642
CIE-Lab52.725317.3282-45.3903

#6978cc color RGB value is (105,120,204).

#6978cc hex color red value is 105, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6978cc hue: 0.64 , saturation: 0.49 and the lightness value of 6978cc is 0.61.

The process color (four color CMYK) of #6978cc color code is 0.49, 0.41, 0.00, 0.20. Web safe color of #6978cc is #6666cc. Color #6978cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111000 11001100
Octal 151 170 314
Decimal 105 120 204
Hex 69 78 CC

RGB Percentages of Color #6978cc

%24.48
%27.97
%47.55

CMYK Percentages of Color #6978cc

%49
%41
%0
%20

Triadic Colors of #6978cc

#6978cc #cc6978 #78cc69

Analogous Colors of #6978cc

#6978cc #8c69cc #69aacc

Monochromatic Colors of #6978cc

#6978cc

Complementary Color

#6978cc #ccbd69

#6978cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6978cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6978cc Color CSS Codes

.mybgcolor {background-color:#6978cc; } 
.myforecolor {color:#6978cc; }
.mybordercolor {border:3px solid #6978cc; }

#6978cc Text Font Color

<p style="color:#6978cc">Text here</p>

This sample text font color is #6978cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6978cc Background Color

<div style="background-color:#6978cc">
Div content here</div>

This div background color is #6978cc


#6978cc Border Color

<div style="border:3px solid #6978cc">
Div here</div>

This div border color is #6978cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,120,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6978cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6978cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6978cc;
  box-shadow:         1px 1px 3px 2px #6978cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,120,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6978cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6978cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6978cc;
  box-shadow:         1px 1px 3px 2px #6978cc;">
Div content here</div>

This div box has shadow with color #6978cc


Comments

No comments written yet.

Please login to write comment.