Html Css Color HEX #669EA2 Cadet Blue

📋 copy color: '#669EA2'

red 102 ◦ green 158 ◦ blue 162

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

Shades of Cadet Blue #669EA2

Tints of Cadet Blue #669EA2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 24.17%
G = 37.44%
B = 38.39%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#669EA2 (or 0x669EA2) is known color: Cadet Blue. HEX triplet: 66, 9E and A2. RGB value is (102,158,162). Sum of RGB (Red+Green+Blue) = 102+158+162=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 162 - color contains mainly: blue. Hex color #669EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669EA2 is #99615D. Grayscale: #8D8D8D. Windows color (decimal): -10051934 or 10657382. OLE color: 10657382.

HSL color Cylindrical-coordinate representation of color #669EA2: hue angle of 184º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #669EA2 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 158 162 -
CMYK 0.37 0.02 0 0.36
HSL 184º 0.24% 0.52% -
HSV(B) 184º 0.37% 0.64% -
XYZ 24.23 29.89 38.67 -
YUV 141.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 102 158 162 0.37 0.02 0 0.36 184 0.24 0.52
Hex 66 9E A2 25 2 0 24 B8 18 34
Octal 146 236 242 45 2 0 44 270 30 64
Binary 1100110 10011110 10100010 100101 10 0 100100 10111000 11000 110100

Color Harmonies of #669EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669EA2

Black with #669EA2

Text Example


Text Example

White with #669EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,158,162); }

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

background-color css

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

 a { background-color: rgb(102,158,162); }

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

border-color css

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

 span { border-color: rgb(102,158,162); }

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