#649E99

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

Shades of Cadet Blue #649E99

Tints of Cadet Blue #649E99

Color information

#649E99 (or 0x649E99) is unknown color: approx Cadet Blue. HEX triplet: 64, 9E and 99. RGB value is (100,158,153). Sum of RGB (Red+Green+Blue) = 100+158+153=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #649E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E99 is #9B6166. Grayscale: #8C8C8C. Windows color (decimal): -10183015 or 10067556. OLE color: 10067556.

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

Color convert

RGB100158153-
CMYK0.3700.030.38
HSL174.83º23.02%50.59%-
HSV(B)174.83º36.71%61.96%-
XYZ23.2329.4634.6-
YUV140.09135.2899.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=24.33%
G=38.44%
B=37.23%

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
Decimal1001581530.3700.030.38174.8323.0250.59
Hex649E99250326af1733
Octal1442362314503462572763
Binary110010010011110100110011001010111001101010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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