Shades of Keppel #64B195
Tints of Keppel #64B195
RGB
CMYK
RGB Variations
Color information
#64B195 (or 0x64B195) is known color: Keppel. HEX triplet: 64, B1 and 95. RGB value is (100,177,149). Sum of RGB (Red+Green+Blue) = 100+177+149=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #64B195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B195 is #9B4E6A. Grayscale: #969696. Windows color (decimal): -10178155 or 9810276. OLE color: 9810276.
HSL color Cylindrical-coordinate representation of color #64B195: hue angle of 158.18º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B195 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 177 | 149 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.31 |
| HSL | 158.18º | 0.33% | 0.54% | - |
| HSV(B) | 158.18º | 0.44% | 0.69% | - |
| XYZ | 26.4 | 36.32 | 34.05 | - |
| YUV | 150.79 | 126.99 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 177 | 149 | 0.44 | 0 | 0.16 | 0.31 | 158.18 | 0.33 | 0.54 |
| Hex | 64 | B1 | 95 | 2C | 0 | 10 | 1F | 9E | 21 | 36 |
| Octal | 144 | 261 | 225 | 54 | 0 | 20 | 37 | 236 | 41 | 66 |
| Binary | 1100100 | 10110001 | 10010101 | 101100 | 0 | 10000 | 11111 | 10011110 | 100001 | 110110 |
Color Harmonies of #64B195
Complementary color
Monochromatic Colors of #64B195
Black with #64B195
Text Example
Text Example
White with #64B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B195; }
p { color: rgb(100,177,149); }
H1.HeaderClassName
{
color: #64B195;
}
.AnyTagClassName
{
color: #64B195;
}
</style>
background-color css
<style>
a { background-color: #64B195; }
a { background-color: rgb(100,177,149); }
div.DivClassName
{
background-color: #64B195;
}
.BgClassName
{
background-color: #64B195;
}
</style>
border-color css
<style>
span { border-color: #64B195; }
span { border-color: rgb(100,177,149); }
td.TdClassName
{
border-color: #64B195;
}
.TagClassName
{
border-color: #64B195;
}
</style>