Shades of Keppel #64B397
Tints of Keppel #64B397
RGB
CMYK
RGB Variations
Color information
#64B397 (or 0x64B397) is known color: Keppel. HEX triplet: 64, B3 and 97. RGB value is (100,179,151). Sum of RGB (Red+Green+Blue) = 100+179+151=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #64B397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B397 is #9B4C68. Grayscale: #989898. Windows color (decimal): -10177641 or 9941860. OLE color: 9941860.
HSL color Cylindrical-coordinate representation of color #64B397: hue angle of 158.73º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B397 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 151 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.30 |
| HSL | 158.73º | 0.34% | 0.55% | - |
| HSV(B) | 158.73º | 0.44% | 0.7% | - |
| XYZ | 26.96 | 37.18 | 35.03 | - |
| YUV | 152.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 151 | 0.44 | 0 | 0.16 | 0.30 | 158.73 | 0.34 | 0.55 |
| Hex | 64 | B3 | 97 | 2C | 0 | 10 | 1E | 9F | 22 | 37 |
| Octal | 144 | 263 | 227 | 54 | 0 | 20 | 36 | 237 | 42 | 67 |
| Binary | 1100100 | 10110011 | 10010111 | 101100 | 0 | 10000 | 11110 | 10011111 | 100010 | 110111 |
Color Harmonies of #64B397
Complementary color
Monochromatic Colors of #64B397
Black with #64B397
Text Example
Text Example
White with #64B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B397; }
p { color: rgb(100,179,151); }
H1.HeaderClassName
{
color: #64B397;
}
.AnyTagClassName
{
color: #64B397;
}
</style>
background-color css
<style>
a { background-color: #64B397; }
a { background-color: rgb(100,179,151); }
div.DivClassName
{
background-color: #64B397;
}
.BgClassName
{
background-color: #64B397;
}
</style>
border-color css
<style>
span { border-color: #64B397; }
span { border-color: rgb(100,179,151); }
td.TdClassName
{
border-color: #64B397;
}
.TagClassName
{
border-color: #64B397;
}
</style>