#649BA2

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

Shades of Cadet Blue #649BA2

Tints of Cadet Blue #649BA2

Color information

#649BA2 (or 0x649BA2) is unknown color: approx Cadet Blue. HEX triplet: 64, 9B and A2. RGB value is (100,155,162). Sum of RGB (Red+Green+Blue) = 100+155+162=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #649BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649BA2 is #9B645D. Grayscale: #8B8B8B. Windows color (decimal): -10183774 or 10656612. OLE color: 10656612.

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

Color convert

RGB100155162-
CMYK0.380.0400.36
HSL186.77º25%51.37%-
HSV(B)186.77º38.27%63.53%-
XYZ23.528.7638.5-
YUV139.35140.7899.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=23.98%
G=37.17%
B=38.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001551620.380.0400.36186.772551.37
Hex649BA2264024bb1933
Octal1442332424640442733163
Binary1100100100110111010001010011010001001001011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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