Html Css Color HEX #669FAA Cadet Blue

📋 copy color: '#669FAA'

red 102 ◦ green 159 ◦ blue 170

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

Shades of Cadet Blue #669FAA

Tints of Cadet Blue #669FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.89%

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

R = 23.67%
G = 36.89%
B = 39.44%

CMYK

 C value IS 0.4

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#669FAA (or 0x669FAA) is known color: Cadet Blue. HEX triplet: 66, 9F and AA. RGB value is (102,159,170). Sum of RGB (Red+Green+Blue) = 102+159+170=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #669FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FAA is #996055. Grayscale: #8F8F8F. Windows color (decimal): -10051670 or 11181926. OLE color: 11181926.

HSL color Cylindrical-coordinate representation of color #669FAA: hue angle of 189.71º 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 #669FAA is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 159 170 -
CMYK 0.4 0.06 0 0.33
HSL 189.71º 0.29% 0.53% -
HSV(B) 189.71º 0.4% 0.67% -
XYZ 25.13 30.52 42.6 -
YUV 143.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 102 159 170 0.4 0.06 0 0.33 189.71 0.29 0.53
Hex 66 9F AA 28 6 0 21 BE 1D 35
Octal 146 237 252 50 6 0 41 276 35 65
Binary 1100110 10011111 10101010 101000 110 0 100001 10111110 11101 110101

Color Harmonies of #669FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669FAA

Black with #669FAA

Text Example


Text Example

White with #669FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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