#649DAA

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

Shades of Cadet Blue #649DAA

Tints of Cadet Blue #649DAA

Color information

#649DAA (or 0x649DAA) is unknown color: approx Cadet Blue. HEX triplet: 64, 9D and AA. RGB value is (100,157,170). Sum of RGB (Red+Green+Blue) = 100+157+170=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #649DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649DAA is #9B6255. Grayscale: #8D8D8D. Windows color (decimal): -10183254 or 11181412. OLE color: 11181412.

HSL color Cylindrical-coordinate representation of color #649DAA: hue angle of 191.14º 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 #649DAA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100157170-
CMYK0.410.0800.33
HSL191.14º29.17%52.94%-
HSV(B)191.14º41.18%66.67%-
XYZ24.5729.7342.47-
YUV141.44144.1298.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=23.42%
G=36.77%
B=39.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001571700.410.0800.33191.1429.1752.94
Hex649DAA298021bf1d35
Octal14423525251100412773565
Binary11001001001110110101010101001100001000011011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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