Shades of Cadet Blue #649B98
Tints of Cadet Blue #649B98
RGB
CMYK
RGB Variations
Color information
#649B98 (or 0x649B98) is known color: Cadet Blue. HEX triplet: 64, 9B and 98. RGB value is (100,155,152). Sum of RGB (Red+Green+Blue) = 100+155+152=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #649B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B98 is #9B6467. Grayscale: #8A8A8A. Windows color (decimal): -10183784 or 10001252. OLE color: 10001252.
HSL color Cylindrical-coordinate representation of color #649B98: hue angle of 176.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B98 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 152 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.39 |
| HSL | 176.73º | 0.22% | 0.5% | - |
| HSV(B) | 176.73º | 0.35% | 0.61% | - |
| XYZ | 22.64 | 28.42 | 34 | - |
| YUV | 138.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 152 | 0.35 | 0 | 0.02 | 0.39 | 176.73 | 0.22 | 0.5 |
| Hex | 64 | 9B | 98 | 23 | 0 | 2 | 27 | B1 | 16 | 32 |
| Octal | 144 | 233 | 230 | 43 | 0 | 2 | 47 | 261 | 26 | 62 |
| Binary | 1100100 | 10011011 | 10011000 | 100011 | 0 | 10 | 100111 | 10110001 | 10110 | 110010 |
Color Harmonies of #649B98
Complementary color
Monochromatic Colors of #649B98
Black with #649B98
Text Example
Text Example
White with #649B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B98; }
p { color: rgb(100,155,152); }
H1.HeaderClassName
{
color: #649B98;
}
.AnyTagClassName
{
color: #649B98;
}
</style>
background-color css
<style>
a { background-color: #649B98; }
a { background-color: rgb(100,155,152); }
div.DivClassName
{
background-color: #649B98;
}
.BgClassName
{
background-color: #649B98;
}
</style>
border-color css
<style>
span { border-color: #649B98; }
span { border-color: rgb(100,155,152); }
td.TdClassName
{
border-color: #649B98;
}
.TagClassName
{
border-color: #649B98;
}
</style>