Html Css Color HEX #669DAA Cadet Blue

📋 copy color: '#669DAA'

red 102 ◦ green 157 ◦ blue 170

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

Shades of Cadet Blue #669DAA

Tints of Cadet Blue #669DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 23.78%
G = 36.6%
B = 39.63%

CMYK

 C value IS 0.4

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#669DAA (or 0x669DAA) is known color: Cadet Blue. HEX triplet: 66, 9D and AA. RGB value is (102,157,170). Sum of RGB (Red+Green+Blue) = 102+157+170=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #669DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DAA is #996255. Grayscale: #8D8D8D. Windows color (decimal): -10052182 or 11181414. OLE color: 11181414.

HSL color Cylindrical-coordinate representation of color #669DAA: hue angle of 191.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669DAA is Cyan = 0.4, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 157 170 -
CMYK 0.4 0.08 0 0.33
HSL 191.47º 0.29% 0.53% -
HSV(B) 191.47º 0.4% 0.67% -
XYZ 24.79 29.84 42.48 -
YUV 142.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 102 157 170 0.4 0.08 0 0.33 191.47 0.29 0.53
Hex 66 9D AA 28 8 0 21 BF 1D 35
Octal 146 235 252 50 10 0 41 277 35 65
Binary 1100110 10011101 10101010 101000 1000 0 100001 10111111 11101 110101

Color Harmonies of #669DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DAA

Black with #669DAA

Text Example


Text Example

White with #669DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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