#649E9B

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

Shades of Cadet Blue #649E9B

Tints of Cadet Blue #649E9B

Color information

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

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

Color convert

RGB100158155-
CMYK0.3700.020.38
HSL176.9º23.02%50.59%-
HSV(B)176.9º36.71%61.96%-
XYZ23.429.5335.48-
YUV140.32136.2899.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581550.3700.020.38176.923.0250.59
Hex649E9B250226b11733
Octal1442362334502462612763
Binary110010010011110100110111001010101001101011000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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