Color Hex Logo

#669adb Color Hex

#669ADB
(102,154,219)
0 Favorites   0 Comments

Color spaces of #669adb

RGB 102154219
HSL0.590.620.63
HSV213°53°86°
CMYK 0.530.300.00   0.14
XYZ29.821331.050571.4394
Yxy31.05050.22540.2347
Hunter Lab55.7230-1.9872-37.0064
CIE-Lab62.55021.1765-38.3577

#669adb color RGB value is (102,154,219).

#669adb hex color red value is 102, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #669adb hue: 0.59 , saturation: 0.62 and the lightness value of 669adb is 0.63.

The process color (four color CMYK) of #669adb color hex is 0.53, 0.30, 0.00, 0.14. Web safe color of #669adb is #6699cc. Color #669adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011010 11011011
Octal 146 232 333
Decimal 102 154 219
Hex 66 9A DB

RGB Percentages of Color #669adb

%21.47
%32.42
%46.11

CMYK Percentages of Color #669adb

%53
%30
%0
%14

Triadic Colors of #669adb

#669adb #db669a #9adb66

Analogous Colors of #669adb

#669adb #6d66db #66d5db

Monochromatic Colors of #669adb

#669adb

Complementary Color

#669adb #dba766

#669adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#669adb Color CSS Codes

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

#669adb Text Font Color

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

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


#669adb Background Color

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

This div background color is #669adb


#669adb Border Color

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

This div border color is #669adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669adb


Comments

No comments written yet.

Please login to write comment.