Shades of Cadet Blue #64989F
Tints of Cadet Blue #64989F
RGB
CMYK
RGB Variations
Color information
#64989F (or 0x64989F) is known color: Cadet Blue. HEX triplet: 64, 98 and 9F. RGB value is (100,152,159). Sum of RGB (Red+Green+Blue) = 100+152+159=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #64989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64989F is #9B6760. Grayscale: #898989. Windows color (decimal): -10184545 or 10459236. OLE color: 10459236.
HSL color Cylindrical-coordinate representation of color #64989F: hue angle of 187.12º degrees, saturation: 0.24, 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 #64989F is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 152 | 159 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.38 |
| HSL | 187.12º | 0.24% | 0.51% | - |
| HSV(B) | 187.12º | 0.37% | 0.62% | - |
| XYZ | 22.74 | 27.67 | 36.94 | - |
| YUV | 137.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 159 | 0.37 | 0.04 | 0 | 0.38 | 187.12 | 0.24 | 0.51 |
| Hex | 64 | 98 | 9F | 25 | 4 | 0 | 26 | BB | 18 | 33 |
| Octal | 144 | 230 | 237 | 45 | 4 | 0 | 46 | 273 | 30 | 63 |
| Binary | 1100100 | 10011000 | 10011111 | 100101 | 100 | 0 | 100110 | 10111011 | 11000 | 110011 |
Color Harmonies of #64989F
Complementary color
Monochromatic Colors of #64989F
Black with #64989F
Text Example
Text Example
White with #64989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64989F; }
p { color: rgb(100,152,159); }
H1.HeaderClassName
{
color: #64989F;
}
.AnyTagClassName
{
color: #64989F;
}
</style>
background-color css
<style>
a { background-color: #64989F; }
a { background-color: rgb(100,152,159); }
div.DivClassName
{
background-color: #64989F;
}
.BgClassName
{
background-color: #64989F;
}
</style>
border-color css
<style>
span { border-color: #64989F; }
span { border-color: rgb(100,152,159); }
td.TdClassName
{
border-color: #64989F;
}
.TagClassName
{
border-color: #64989F;
}
</style>