#649F9D

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

Shades of Cadet Blue #649F9D

Tints of Cadet Blue #649F9D

Color information

#649F9D (or 0x649F9D) is unknown color: approx Cadet Blue. HEX triplet: 64, 9F and 9D. RGB value is (100,159,157). Sum of RGB (Red+Green+Blue) = 100+159+157=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #649F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F9D is #9B6062. Grayscale: #8D8D8D. Windows color (decimal): -10182755 or 10329956. OLE color: 10329956.

HSL color Cylindrical-coordinate representation of color #649F9D: hue angle of 177.97º degrees, saturation: 0.24, 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 #649F9D is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB100159157-
CMYK0.3700.010.38
HSL177.97º23.51%50.78%-
HSV(B)177.97º37.11%62.35%-
XYZ23.7429.9436.43-
YUV141.13136.9598.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=24.04%
G=38.22%
B=37.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591570.3700.010.38177.9723.5150.78
Hex649F9D250126b21833
Octal1442372354501462623063
Binary11001001001111110011101100101011001101011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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