#649F9F

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

Shades of Cadet Blue #649F9F

Tints of Cadet Blue #649F9F

Color information

#649F9F (or 0x649F9F) is unknown color: approx Cadet Blue. HEX triplet: 64, 9F and 9F. RGB value is (100,159,159). Sum of RGB (Red+Green+Blue) = 100+159+159=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #649F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F9F is #9B6060. Grayscale: #8D8D8D. Windows color (decimal): -10182753 or 10461028. OLE color: 10461028.

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

Color convert

RGB100159159-
CMYK0.37000.38
HSL180º23.51%50.78%-
HSV(B)180º37.11%62.35%-
XYZ23.9130.0137.33-
YUV141.36137.9598.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=23.92%
G=38.04%
B=38.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591590.37000.3818023.5150.78
Hex649F9F250026b41833
Octal1442372374500462643063
Binary11001001001111110011111100101001001101011010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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