#649AA0

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

Shades of Cadet Blue #649AA0

Tints of Cadet Blue #649AA0

Color information

#649AA0 (or 0x649AA0) is unknown color: approx Cadet Blue. HEX triplet: 64, 9A and A0. RGB value is (100,154,160). Sum of RGB (Red+Green+Blue) = 100+154+160=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #649AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649AA0 is #9B655F. Grayscale: #8A8A8A. Windows color (decimal): -10184032 or 10525284. OLE color: 10525284.

HSL color Cylindrical-coordinate representation of color #649AA0: hue angle of 186º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #649AA0 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB100154160-
CMYK0.380.0400.37
HSL186º24%50.98%-
HSV(B)186º37.5%62.75%-
XYZ23.1628.3637.51-
YUV138.54140.11100.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 154 (60.55% from 255) = 37.20%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=24.15%
G=37.20%
B=38.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001541600.380.0400.371862450.98
Hex649AA0264025ba1833
Octal1442322404640452723063
Binary1100100100110101010000010011010001001011011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,154,160); }

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

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

 a { background-color: rgb(100,154,160); }

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

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

 span { border-color: rgb(100,154,160); }

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