Color Hex Logo

#6676cb Color Hex

#6676CB
(102,118,203)
0 Favorites   0 Comments

Color spaces of #6676cb

RGB 102118203
HSL0.640.490.60
HSV230°50°80°
CMYK 0.500.420.00   0.20
XYZ22.737420.093459.1799
Yxy20.09340.22290.1970
Hunter Lab44.825712.0976-46.8981
CIE-Lab51.942617.5312-46.0755

#6676cb color RGB value is (102,118,203).

#6676cb hex color red value is 102, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6676cb hue: 0.64 , saturation: 0.49 and the lightness value of 6676cb is 0.60.

The process color (four color CMYK) of #6676cb color hex is 0.50, 0.42, 0.00, 0.20. Web safe color of #6676cb is #6666cc. Color #6676cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110110 11001011
Octal 146 166 313
Decimal 102 118 203
Hex 66 76 CB

RGB Percentages of Color #6676cb

%24.11
%27.90
%47.99

CMYK Percentages of Color #6676cb

%50
%42
%0
%20

Triadic Colors of #6676cb

#6676cb #cb6676 #76cb66

Analogous Colors of #6676cb

#6676cb #8966cb #66a9cb

Monochromatic Colors of #6676cb

#6676cb

Complementary Color

#6676cb #cbbb66

#6676cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6676cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6676cb Color CSS Codes

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

#6676cb Text Font Color

<p style="color:#6676cb">Text here</p>

This sample text font color is #6676cb
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.


#6676cb Background Color

<div style="background-color:#6676cb">
Div content here</div>

This div background color is #6676cb


#6676cb Border Color

<div style="border:3px solid #6676cb">
Div here</div>

This div border color is #6676cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,118,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6676cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6676cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6676cb;
  box-shadow:         1px 1px 3px 2px #6676cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,118,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6676cb


Comments

No comments written yet.

Please login to write comment.