Shades of Keppel #64B297
Tints of Keppel #64B297
RGB
CMYK
RGB Variations
Color information
#64B297 (or 0x64B297) is known color: Keppel. HEX triplet: 64, B2 and 97. RGB value is (100,178,151). Sum of RGB (Red+Green+Blue) = 100+178+151=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #64B297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B297 is #9B4D68. Grayscale: #979797. Windows color (decimal): -10177897 or 9941604. OLE color: 9941604.
HSL color Cylindrical-coordinate representation of color #64B297: hue angle of 159.23º 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 #64B297 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 178 | 151 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.30 |
| HSL | 159.23º | 0.34% | 0.55% | - |
| HSV(B) | 159.23º | 0.44% | 0.7% | - |
| XYZ | 26.76 | 36.78 | 34.97 | - |
| YUV | 151.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 151 | 0.44 | 0 | 0.15 | 0.30 | 159.23 | 0.34 | 0.55 |
| Hex | 64 | B2 | 97 | 2C | 0 | F | 1E | 9F | 22 | 37 |
| Octal | 144 | 262 | 227 | 54 | 0 | 17 | 36 | 237 | 42 | 67 |
| Binary | 1100100 | 10110010 | 10010111 | 101100 | 0 | 1111 | 11110 | 10011111 | 100010 | 110111 |
Color Harmonies of #64B297
Complementary color
Monochromatic Colors of #64B297
Black with #64B297
Text Example
Text Example
White with #64B297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B297; }
p { color: rgb(100,178,151); }
H1.HeaderClassName
{
color: #64B297;
}
.AnyTagClassName
{
color: #64B297;
}
</style>
background-color css
<style>
a { background-color: #64B297; }
a { background-color: rgb(100,178,151); }
div.DivClassName
{
background-color: #64B297;
}
.BgClassName
{
background-color: #64B297;
}
</style>
border-color css
<style>
span { border-color: #64B297; }
span { border-color: rgb(100,178,151); }
td.TdClassName
{
border-color: #64B297;
}
.TagClassName
{
border-color: #64B297;
}
</style>