#649B9D

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

Shades of Cadet Blue #649B9D

Tints of Cadet Blue #649B9D

Color information

#649B9D (or 0x649B9D) is unknown color: approx Cadet Blue. HEX triplet: 64, 9B and 9D. RGB value is (100,155,157). Sum of RGB (Red+Green+Blue) = 100+155+157=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #649B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B9D is #9B6462. Grayscale: #8A8A8A. Windows color (decimal): -10183779 or 10328932. OLE color: 10328932.

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

Color convert

RGB100155157-
CMYK0.360.0100.38
HSL182.11º22.53%50.39%-
HSV(B)182.11º36.31%61.57%-
XYZ23.0628.5936.2-
YUV138.78138.28100.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=24.27%
G=37.62%
B=38.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001551570.360.0100.38182.1122.5350.39
Hex649B9D241026b61732
Octal1442332354410462662762
Binary11001001001101110011101100100101001101011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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