#649B9E

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

Shades of Cadet Blue #649B9E

Tints of Cadet Blue #649B9E

Color information

#649B9E (or 0x649B9E) is unknown color: approx Cadet Blue. HEX triplet: 64, 9B and 9E. RGB value is (100,155,158). Sum of RGB (Red+Green+Blue) = 100+155+158=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #649B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B9E is #9B6461. Grayscale: #8A8A8A. Windows color (decimal): -10183778 or 10394468. OLE color: 10394468.

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

Color convert

RGB100155158-
CMYK0.370.0200.38
HSL183.1º23.02%50.59%-
HSV(B)183.1º36.71%61.96%-
XYZ23.1528.6236.65-
YUV138.9138.78100.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=24.21%
G=37.53%
B=38.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001551580.370.0200.38183.123.0250.59
Hex649B9E252026b71733
Octal1442332364520462672763
Binary110010010011011100111101001011001001101011011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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