Shades of Cadet Blue #64999A
Tints of Cadet Blue #64999A
RGB
CMYK
RGB Variations
Color information
#64999A (or 0x64999A) is known color: Cadet Blue. HEX triplet: 64, 99 and 9A. RGB value is (100,153,154). Sum of RGB (Red+Green+Blue) = 100+153+154=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #64999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64999A is #9B6665. Grayscale: #898989. Windows color (decimal): -10184294 or 10131812. OLE color: 10131812.
HSL color Cylindrical-coordinate representation of color #64999A: hue angle of 181.11º 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 #64999A is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 153 | 154 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.40 |
| HSL | 181.11º | 0.21% | 0.5% | - |
| HSV(B) | 181.11º | 0.35% | 0.6% | - |
| XYZ | 22.48 | 27.82 | 34.76 | - |
| YUV | 137.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 154 | 0.35 | 0.01 | 0 | 0.40 | 181.11 | 0.21 | 0.5 |
| Hex | 64 | 99 | 9A | 23 | 1 | 0 | 28 | B5 | 15 | 32 |
| Octal | 144 | 231 | 232 | 43 | 1 | 0 | 50 | 265 | 25 | 62 |
| Binary | 1100100 | 10011001 | 10011010 | 100011 | 1 | 0 | 101000 | 10110101 | 10101 | 110010 |
Color Harmonies of #64999A
Complementary color
Monochromatic Colors of #64999A
Black with #64999A
Text Example
Text Example
White with #64999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64999A; }
p { color: rgb(100,153,154); }
H1.HeaderClassName
{
color: #64999A;
}
.AnyTagClassName
{
color: #64999A;
}
</style>
background-color css
<style>
a { background-color: #64999A; }
a { background-color: rgb(100,153,154); }
div.DivClassName
{
background-color: #64999A;
}
.BgClassName
{
background-color: #64999A;
}
</style>
border-color css
<style>
span { border-color: #64999A; }
span { border-color: rgb(100,153,154); }
td.TdClassName
{
border-color: #64999A;
}
.TagClassName
{
border-color: #64999A;
}
</style>