Color Hex Logo

#669fdf Color Hex

#669FDF
(102,159,223)
0 Favorites   0 Comments

Color spaces of #669fdf

RGB 102159223
HSL0.590.650.64
HSV212°54°87°
CMYK 0.540.290.00   0.13
XYZ31.196932.948874.5275
Yxy32.94880.22500.2376
Hunter Lab57.4010-3.4388-36.7993
CIE-Lab64.1194-0.4415-38.1210

#669fdf color RGB value is (102,159,223).

#669fdf hex color red value is 102, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #669fdf hue: 0.59 , saturation: 0.65 and the lightness value of 669fdf is 0.64.

The process color (four color CMYK) of #669fdf color hex is 0.54, 0.29, 0.00, 0.13. Web safe color of #669fdf is #6699cc. Color #669fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011111 11011111
Octal 146 237 337
Decimal 102 159 223
Hex 66 9F DF

RGB Percentages of Color #669fdf

%21.07
%32.85
%46.07

CMYK Percentages of Color #669fdf

%54
%29
%0
%13

Triadic Colors of #669fdf

#669fdf #df669f #9fdf66

Analogous Colors of #669fdf

#669fdf #6a66df #66dcdf

Monochromatic Colors of #669fdf

#669fdf

Complementary Color

#669fdf #dfa666

#669fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#669fdf Color CSS Codes

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

#669fdf Text Font Color

<p style="color:#669fdf">Text here</p>

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


#669fdf Background Color

<div style="background-color:#669fdf">
Div content here</div>

This div background color is #669fdf


#669fdf Border Color

<div style="border:3px solid #669fdf">
Div here</div>

This div border color is #669fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,159,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #669fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #669fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #669fdf;
  box-shadow:         1px 1px 3px 2px #669fdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669fdf


Comments

No comments written yet.

Please login to write comment.