Shades of Keppel #64B798
Tints of Keppel #64B798
RGB
CMYK
RGB Variations
Color information
#64B798 (or 0x64B798) is known color: Keppel. HEX triplet: 64, B7 and 98. RGB value is (100,183,152). Sum of RGB (Red+Green+Blue) = 100+183+152=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #64B798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B798 is #9B4867. Grayscale: #9A9A9A. Windows color (decimal): -10176616 or 10008420. OLE color: 10008420.
HSL color Cylindrical-coordinate representation of color #64B798: hue angle of 157.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B798 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 152 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.28 |
| HSL | 157.59º | 0.37% | 0.55% | - |
| HSV(B) | 157.59º | 0.45% | 0.72% | - |
| XYZ | 27.86 | 38.84 | 35.74 | - |
| YUV | 154.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 152 | 0.45 | 0 | 0.17 | 0.28 | 157.59 | 0.37 | 0.55 |
| Hex | 64 | B7 | 98 | 2D | 0 | 11 | 1C | 9E | 25 | 37 |
| Octal | 144 | 267 | 230 | 55 | 0 | 21 | 34 | 236 | 45 | 67 |
| Binary | 1100100 | 10110111 | 10011000 | 101101 | 0 | 10001 | 11100 | 10011110 | 100101 | 110111 |
Color Harmonies of #64B798
Complementary color
Monochromatic Colors of #64B798
Black with #64B798
Text Example
Text Example
White with #64B798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B798; }
p { color: rgb(100,183,152); }
H1.HeaderClassName
{
color: #64B798;
}
.AnyTagClassName
{
color: #64B798;
}
</style>
background-color css
<style>
a { background-color: #64B798; }
a { background-color: rgb(100,183,152); }
div.DivClassName
{
background-color: #64B798;
}
.BgClassName
{
background-color: #64B798;
}
</style>
border-color css
<style>
span { border-color: #64B798; }
span { border-color: rgb(100,183,152); }
td.TdClassName
{
border-color: #64B798;
}
.TagClassName
{
border-color: #64B798;
}
</style>