Shades of Cadet Blue #64999B
Tints of Cadet Blue #64999B
RGB
CMYK
RGB Variations
Color information
#64999B (or 0x64999B) is known color: Cadet Blue. HEX triplet: 64, 99 and 9B. RGB value is (100,153,155). Sum of RGB (Red+Green+Blue) = 100+153+155=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #64999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64999B is #9B6664. Grayscale: #898989. Windows color (decimal): -10184293 or 10197348. OLE color: 10197348.
HSL color Cylindrical-coordinate representation of color #64999B: hue angle of 182.18º 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 #64999B is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 153 | 155 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.39 |
| HSL | 182.18º | 0.22% | 0.5% | - |
| HSV(B) | 182.18º | 0.35% | 0.61% | - |
| XYZ | 22.56 | 27.86 | 35.2 | - |
| YUV | 137.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 155 | 0.35 | 0.01 | 0 | 0.39 | 182.18 | 0.22 | 0.5 |
| Hex | 64 | 99 | 9B | 23 | 1 | 0 | 27 | B6 | 16 | 32 |
| Octal | 144 | 231 | 233 | 43 | 1 | 0 | 47 | 266 | 26 | 62 |
| Binary | 1100100 | 10011001 | 10011011 | 100011 | 1 | 0 | 100111 | 10110110 | 10110 | 110010 |
Color Harmonies of #64999B
Complementary color
Monochromatic Colors of #64999B
Black with #64999B
Text Example
Text Example
White with #64999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64999B; }
p { color: rgb(100,153,155); }
H1.HeaderClassName
{
color: #64999B;
}
.AnyTagClassName
{
color: #64999B;
}
</style>
background-color css
<style>
a { background-color: #64999B; }
a { background-color: rgb(100,153,155); }
div.DivClassName
{
background-color: #64999B;
}
.BgClassName
{
background-color: #64999B;
}
</style>
border-color css
<style>
span { border-color: #64999B; }
span { border-color: rgb(100,153,155); }
td.TdClassName
{
border-color: #64999B;
}
.TagClassName
{
border-color: #64999B;
}
</style>