#649D9B

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

Shades of Cadet Blue #649D9B

Tints of Cadet Blue #649D9B

Color information

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

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

Color convert

RGB100157155-
CMYK0.3600.010.38
HSL177.89º22.53%50.39%-
HSV(B)177.89º36.31%61.57%-
XYZ23.2329.1935.42-
YUV139.73136.6299.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571550.3600.010.38177.8922.5350.39
Hex649D9B240126b21732
Octal1442352334401462622762
Binary11001001001110110011011100100011001101011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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