Html Css Color HEX #669BA2 Cadet Blue

📋 copy color: '#669BA2'

red 102 ◦ green 155 ◦ blue 162

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

Shades of Cadet Blue #669BA2

Tints of Cadet Blue #669BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.99%

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

R = 24.34%
G = 36.99%
B = 38.66%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#669BA2 (or 0x669BA2) is known color: Cadet Blue. HEX triplet: 66, 9B and A2. RGB value is (102,155,162). Sum of RGB (Red+Green+Blue) = 102+155+162=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #669BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669BA2 is #99645D. Grayscale: #8B8B8B. Windows color (decimal): -10052702 or 10656614. OLE color: 10656614.

HSL color Cylindrical-coordinate representation of color #669BA2: hue angle of 187º 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 #669BA2 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 155 162 -
CMYK 0.37 0.04 0 0.36
HSL 187º 0.24% 0.52% -
HSV(B) 187º 0.37% 0.64% -
XYZ 23.72 28.88 38.51 -
YUV 139.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 102 155 162 0.37 0.04 0 0.36 187 0.24 0.52
Hex 66 9B A2 25 4 0 24 BB 18 34
Octal 146 233 242 45 4 0 44 273 30 64
Binary 1100110 10011011 10100010 100101 100 0 100100 10111011 11000 110100

Color Harmonies of #669BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669BA2

Black with #669BA2

Text Example


Text Example

White with #669BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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