Color Hex Logo

#6688cb Color Hex

#6688CB
(102,136,203)
0 Favorites   0 Comments

Color spaces of #6688cb

RGB 102136203
HSL0.610.490.60
HSV220°50°80°
CMYK 0.500.330.00   0.20
XYZ25.063124.744959.9552
Yxy24.74490.22830.2254
Hunter Lab49.74422.8829-36.6394
CIE-Lab56.82606.7233-38.3656

#6688cb color RGB value is (102,136,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001000 11001011
Octal 146 210 313
Decimal 102 136 203
Hex 66 88 CB

RGB Percentages of Color #6688cb

%23.13
%30.84
%46.03

CMYK Percentages of Color #6688cb

%50
%33
%0
%20

Triadic Colors of #6688cb

#6688cb #cb6688 #88cb66

Analogous Colors of #6688cb

#6688cb #7766cb #66bbcb

Monochromatic Colors of #6688cb

#6688cb

Complementary Color

#6688cb #cba966

#6688cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6688cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6688cb Color CSS Codes

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

#6688cb Text Font Color

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

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


#6688cb Background Color

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

This div background color is #6688cb


#6688cb Border Color

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

This div border color is #6688cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,136,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 #6688cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6688cb


Comments

No comments written yet.

Please login to write comment.