Color Hex Logo

#668abf Color Hex

#668ABF
(102,138,191)
0 Favorites   0 Comments

Color spaces of #668abf

RGB 102138191
HSL0.600.410.57
HSV216°47°75°
CMYK 0.470.280.00   0.25
XYZ23.971924.763352.8066
Yxy24.76330.23610.2439
Hunter Lab49.7627-1.0971-28.0827
CIE-Lab56.84411.9231-31.5417

#668abf color RGB value is (102,138,191).

#668abf hex color red value is 102, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #668abf hue: 0.60 , saturation: 0.41 and the lightness value of 668abf is 0.57.

The process color (four color CMYK) of #668abf color hex is 0.47, 0.28, 0.00, 0.25. Web safe color of #668abf is #6699cc. Color #668abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001010 10111111
Octal 146 212 277
Decimal 102 138 191
Hex 66 8A BF

RGB Percentages of Color #668abf

%23.67
%32.02
%44.32

CMYK Percentages of Color #668abf

%47
%28
%0
%25

Triadic Colors of #668abf

#668abf #bf668a #8abf66

Analogous Colors of #668abf

#668abf #6f66bf #66b7bf

Monochromatic Colors of #668abf

#668abf

Complementary Color

#668abf #bf9b66

#668abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#668abf Color CSS Codes

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

#668abf Text Font Color

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

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


#668abf Background Color

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

This div background color is #668abf


#668abf Border Color

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

This div border color is #668abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668abf


Comments

No comments written yet.

Please login to write comment.