Shades of Cadet Blue #649A98
Tints of Cadet Blue #649A98
RGB
CMYK
RGB Variations
Color information
#649A98 (or 0x649A98) is known color: Cadet Blue. HEX triplet: 64, 9A and 98. RGB value is (100,154,152). Sum of RGB (Red+Green+Blue) = 100+154+152=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #649A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649A98 is #9B6567. Grayscale: #898989. Windows color (decimal): -10184040 or 10000996. OLE color: 10000996.
HSL color Cylindrical-coordinate representation of color #649A98: hue angle of 177.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649A98 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 152 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.40 |
| HSL | 177.78º | 0.21% | 0.5% | - |
| HSV(B) | 177.78º | 0.35% | 0.6% | - |
| XYZ | 22.48 | 28.09 | 33.94 | - |
| YUV | 137.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 152 | 0.35 | 0 | 0.01 | 0.40 | 177.78 | 0.21 | 0.5 |
| Hex | 64 | 9A | 98 | 23 | 0 | 1 | 28 | B2 | 15 | 32 |
| Octal | 144 | 232 | 230 | 43 | 0 | 1 | 50 | 262 | 25 | 62 |
| Binary | 1100100 | 10011010 | 10011000 | 100011 | 0 | 1 | 101000 | 10110010 | 10101 | 110010 |
Color Harmonies of #649A98
Complementary color
Monochromatic Colors of #649A98
Black with #649A98
Text Example
Text Example
White with #649A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A98; }
p { color: rgb(100,154,152); }
H1.HeaderClassName
{
color: #649A98;
}
.AnyTagClassName
{
color: #649A98;
}
</style>
background-color css
<style>
a { background-color: #649A98; }
a { background-color: rgb(100,154,152); }
div.DivClassName
{
background-color: #649A98;
}
.BgClassName
{
background-color: #649A98;
}
</style>
border-color css
<style>
span { border-color: #649A98; }
span { border-color: rgb(100,154,152); }
td.TdClassName
{
border-color: #649A98;
}
.TagClassName
{
border-color: #649A98;
}
</style>