Color Hex Logo

#6688cf Color Hex

#6688CF
(102,136,207)
0 Favorites   0 Comments

Color spaces of #6688cf

RGB 102136207
HSL0.610.520.61
HSV221°51°81°
CMYK 0.510.340.00   0.19
XYZ25.546124.938162.4986
Yxy24.93810.22610.2207
Hunter Lab49.93813.9211-39.2461
CIE-Lab57.01517.9550-40.3256

#6688cf color RGB value is (102,136,207).

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

The process color (four color CMYK) of #6688cf color hex is 0.51, 0.34, 0.00, 0.19. Web safe color of #6688cf is #6699cc. Color #6688cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001000 11001111
Octal 146 210 317
Decimal 102 136 207
Hex 66 88 CF

RGB Percentages of Color #6688cf

%22.92
%30.56
%46.52

CMYK Percentages of Color #6688cf

%51
%34
%0
%19

Triadic Colors of #6688cf

#6688cf #cf6688 #88cf66

Analogous Colors of #6688cf

#6688cf #7966cf #66bdcf

Monochromatic Colors of #6688cf

#6688cf

Complementary Color

#6688cf #cfad66

#6688cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6688cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6688cf Color CSS Codes

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

#6688cf Text Font Color

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

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


#6688cf Background Color

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

This div background color is #6688cf


#6688cf Border Color

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

This div border color is #6688cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6688cf


Comments

No comments written yet.

Please login to write comment.