#649FAA

Color #649FAA Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #649FAA

Tints of Cadet Blue #649FAA

Color information

#649FAA (or 0x649FAA) is unknown color: approx Cadet Blue. HEX triplet: 64, 9F and AA. RGB value is (100,159,170). Sum of RGB (Red+Green+Blue) = 100+159+170=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 159 (62.5% from 255 or 37.06% 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 #649FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FAA is #9B6055. Grayscale: #8E8E8E. Windows color (decimal): -10182742 or 11181924. OLE color: 11181924.

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

Color convert

RGB100159170-
CMYK0.410.0600.33
HSL189.43º29.17%52.94%-
HSV(B)189.43º41.18%66.67%-
XYZ24.9130.4142.59-
YUV142.61143.4597.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.31%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=23.31%
G=37.06%
B=39.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001591700.410.0600.33189.4329.1752.94
Hex649FAA296021bd1d35
Octal1442372525160412753565
Binary1100100100111111010101010100111001000011011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #649FAA;
 }
 .AnyTagClassName
 {
   color: #649FAA;
 }
</style>
background-color css

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

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

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

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

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

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