Html Css Color HEX #669AA7 Cadet Blue

📋 copy color: '#669AA7'

red 102 ◦ green 154 ◦ blue 167

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

Shades of Cadet Blue #669AA7

Tints of Cadet Blue #669AA7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

 BLUE value IS 167 (65.63% from 255) = 39.48%

R = 24.11%
G = 36.41%
B = 39.48%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#669AA7 (or 0x669AA7) is known color: Cadet Blue. HEX triplet: 66, 9A and A7. RGB value is (102,154,167). Sum of RGB (Red+Green+Blue) = 102+154+167=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 167 - color contains mainly: blue. Hex color #669AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669AA7 is #996558. Grayscale: #8B8B8B. Windows color (decimal): -10052953 or 10984038. OLE color: 10984038.

HSL color Cylindrical-coordinate representation of color #669AA7: hue angle of 192º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #669AA7 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 154 167 -
CMYK 0.39 0.08 0 0.35
HSL 192º 0.27% 0.53% -
HSV(B) 192º 0.39% 0.65% -
XYZ 24.01 28.73 40.84 -
YUV 139.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 102 154 167 0.39 0.08 0 0.35 192 0.27 0.53
Hex 66 9A A7 27 8 0 23 C0 1B 35
Octal 146 232 247 47 10 0 43 300 33 65
Binary 1100110 10011010 10100111 100111 1000 0 100011 11000000 11011 110101

Color Harmonies of #669AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669AA7

Black with #669AA7

Text Example


Text Example

White with #669AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,154,167); }

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

background-color css

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

 a { background-color: rgb(102,154,167); }

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

border-color css

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

 span { border-color: rgb(102,154,167); }

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