#649F9A

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

Shades of Cadet Blue #649F9A

Tints of Cadet Blue #649F9A

Color information

#649F9A (or 0x649F9A) is unknown color: approx Cadet Blue. HEX triplet: 64, 9F and 9A. RGB value is (100,159,154). Sum of RGB (Red+Green+Blue) = 100+159+154=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #649F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F9A is #9B6065. Grayscale: #8C8C8C. Windows color (decimal): -10182758 or 10133348. OLE color: 10133348.

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

Color convert

RGB100159154-
CMYK0.3700.030.38
HSL174.92º23.51%50.78%-
HSV(B)174.92º37.11%62.35%-
XYZ23.4929.8435.09-
YUV140.79135.4598.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=24.21%
G=38.50%
B=37.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591540.3700.030.38174.9223.5150.78
Hex649F9A250326af1833
Octal1442372324503462573063
Binary110010010011111100110101001010111001101010111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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