Shades of Cadet Blue #64989C
Tints of Cadet Blue #64989C
RGB
CMYK
RGB Variations
Color information
#64989C (or 0x64989C) is known color: Cadet Blue. HEX triplet: 64, 98 and 9C. RGB value is (100,152,156). Sum of RGB (Red+Green+Blue) = 100+152+156=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #64989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64989C is #9B6763. Grayscale: #888888. Windows color (decimal): -10184548 or 10262628. OLE color: 10262628.
HSL color Cylindrical-coordinate representation of color #64989C: hue angle of 184.29º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64989C is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 152 | 156 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.39 |
| HSL | 184.29º | 0.22% | 0.5% | - |
| HSV(B) | 184.29º | 0.36% | 0.61% | - |
| XYZ | 22.48 | 27.57 | 35.59 | - |
| YUV | 136.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 156 | 0.36 | 0.03 | 0 | 0.39 | 184.29 | 0.22 | 0.5 |
| Hex | 64 | 98 | 9C | 24 | 3 | 0 | 27 | B8 | 16 | 32 |
| Octal | 144 | 230 | 234 | 44 | 3 | 0 | 47 | 270 | 26 | 62 |
| Binary | 1100100 | 10011000 | 10011100 | 100100 | 11 | 0 | 100111 | 10111000 | 10110 | 110010 |
Color Harmonies of #64989C
Complementary color
Monochromatic Colors of #64989C
Black with #64989C
Text Example
Text Example
White with #64989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64989C; }
p { color: rgb(100,152,156); }
H1.HeaderClassName
{
color: #64989C;
}
.AnyTagClassName
{
color: #64989C;
}
</style>
background-color css
<style>
a { background-color: #64989C; }
a { background-color: rgb(100,152,156); }
div.DivClassName
{
background-color: #64989C;
}
.BgClassName
{
background-color: #64989C;
}
</style>
border-color css
<style>
span { border-color: #64989C; }
span { border-color: rgb(100,152,156); }
td.TdClassName
{
border-color: #64989C;
}
.TagClassName
{
border-color: #64989C;
}
</style>