Shades of Cadet Blue #649C99
Tints of Cadet Blue #649C99
RGB
CMYK
RGB Variations
Color information
#649C99 (or 0x649C99) is known color: Cadet Blue. HEX triplet: 64, 9C and 99. RGB value is (100,156,153). Sum of RGB (Red+Green+Blue) = 100+156+153=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #649C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649C99 is #9B6366. Grayscale: #8A8A8A. Windows color (decimal): -10183527 or 10067044. OLE color: 10067044.
HSL color Cylindrical-coordinate representation of color #649C99: hue angle of 176.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C99 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 153 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.39 |
| HSL | 176.79º | 0.22% | 0.5% | - |
| HSV(B) | 176.79º | 0.36% | 0.61% | - |
| XYZ | 22.89 | 28.79 | 34.49 | - |
| YUV | 138.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 153 | 0.36 | 0 | 0.02 | 0.39 | 176.79 | 0.22 | 0.5 |
| Hex | 64 | 9C | 99 | 24 | 0 | 2 | 27 | B1 | 16 | 32 |
| Octal | 144 | 234 | 231 | 44 | 0 | 2 | 47 | 261 | 26 | 62 |
| Binary | 1100100 | 10011100 | 10011001 | 100100 | 0 | 10 | 100111 | 10110001 | 10110 | 110010 |
Color Harmonies of #649C99
Complementary color
Monochromatic Colors of #649C99
Black with #649C99
Text Example
Text Example
White with #649C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C99; }
p { color: rgb(100,156,153); }
H1.HeaderClassName
{
color: #649C99;
}
.AnyTagClassName
{
color: #649C99;
}
</style>
background-color css
<style>
a { background-color: #649C99; }
a { background-color: rgb(100,156,153); }
div.DivClassName
{
background-color: #649C99;
}
.BgClassName
{
background-color: #649C99;
}
</style>
border-color css
<style>
span { border-color: #649C99; }
span { border-color: rgb(100,156,153); }
td.TdClassName
{
border-color: #649C99;
}
.TagClassName
{
border-color: #649C99;
}
</style>