Color Hex Logo

#668bcf Color Hex

#668BCF
(102,139,207)
0 Favorites   0 Comments

Color spaces of #668bcf

RGB 102139207
HSL0.610.520.61
HSV219°51°81°
CMYK 0.510.330.00   0.19
XYZ25.974625.795062.6414
Yxy25.79500.22700.2255
Hunter Lab50.78882.4088-37.5744
CIE-Lab57.84206.1849-39.0265

#668bcf color RGB value is (102,139,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 11001111
Octal 146 213 317
Decimal 102 139 207
Hex 66 8B CF

RGB Percentages of Color #668bcf

%22.77
%31.03
%46.21

CMYK Percentages of Color #668bcf

%51
%33
%0
%19

Triadic Colors of #668bcf

#668bcf #cf668b #8bcf66

Analogous Colors of #668bcf

#668bcf #7666cf #66c0cf

Monochromatic Colors of #668bcf

#668bcf

Complementary Color

#668bcf #cfaa66

#668bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bcf Color CSS Codes

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

#668bcf Text Font Color

<p style="color:#668bcf">Text here</p>

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


#668bcf Background Color

<div style="background-color:#668bcf">
Div content here</div>

This div background color is #668bcf


#668bcf Border Color

<div style="border:3px solid #668bcf">
Div here</div>

This div border color is #668bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bcf

#668bcf Color Palettes


Comments

No comments written yet.

Please login to write comment.