Html Css Color HEX #669DA8 Cadet Blue

📋 copy color: '#669DA8'

red 102 ◦ green 157 ◦ blue 168

#669DA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #669DA8

Tints of Cadet Blue #669DA8

RGB

 RED value IS 102 (40.23% from 255) = 23.89%

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 168 (66.02% from 255) = 39.34%

R = 23.89%
G = 36.77%
B = 39.34%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#669DA8 (or 0x669DA8) is known color: Cadet Blue. HEX triplet: 66, 9D and A8. RGB value is (102,157,168). Sum of RGB (Red+Green+Blue) = 102+157+168=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 168 - color contains mainly: blue. Hex color #669DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DA8 is #996257. Grayscale: #8D8D8D. Windows color (decimal): -10052184 or 11050342. OLE color: 11050342.

HSL color Cylindrical-coordinate representation of color #669DA8: hue angle of 190º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #669DA8 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 157 168 -
CMYK 0.39 0.07 0 0.34
HSL 190º 0.28% 0.53% -
HSV(B) 190º 0.39% 0.66% -
XYZ 24.6 29.77 41.49 -
YUV 141.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 102 157 168 0.39 0.07 0 0.34 190 0.28 0.53
Hex 66 9D A8 27 7 0 22 BE 1C 35
Octal 146 235 250 47 7 0 42 276 34 65
Binary 1100110 10011101 10101000 100111 111 0 100010 10111110 11100 110101

Color Harmonies of #669DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DA8

Black with #669DA8

Text Example


Text Example

White with #669DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669DA8; }

 p { color: rgb(102,157,168); }

 H1.HeaderClassName
 {
   color: #669DA8;
 }
 .AnyTagClassName
 {
   color: #669DA8;
 }
</style>

background-color css

<style>
 a { background-color: #669DA8; }

 a { background-color: rgb(102,157,168); }

 div.DivClassName
 {
   background-color: #669DA8;
 }
 .BgClassName
 {
   background-color: #669DA8;
 }
</style>

border-color css

<style>
 span { border-color: #669DA8; }

 span { border-color: rgb(102,157,168); }

 td.TdClassName
 {
   border-color: #669DA8;
 }
 .TagClassName
 {
   border-color: #669DA8;
 }
</style>