Shades of Keppel #64AB98
Tints of Keppel #64AB98
RGB
CMYK
RGB Variations
Color information
#64AB98 (or 0x64AB98) is known color: Keppel. HEX triplet: 64, AB and 98. RGB value is (100,171,152). Sum of RGB (Red+Green+Blue) = 100+171+152=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB98 is #9B5467. Grayscale: #939393. Windows color (decimal): -10179688 or 10005348. OLE color: 10005348.
HSL color Cylindrical-coordinate representation of color #64AB98: hue angle of 163.94º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AB98 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 152 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.33 |
| HSL | 163.94º | 0.3% | 0.53% | - |
| HSV(B) | 163.94º | 0.42% | 0.67% | - |
| XYZ | 25.49 | 34.1 | 34.94 | - |
| YUV | 147.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 152 | 0.42 | 0 | 0.11 | 0.33 | 163.94 | 0.3 | 0.53 |
| Hex | 64 | AB | 98 | 2A | 0 | B | 21 | A4 | 1E | 35 |
| Octal | 144 | 253 | 230 | 52 | 0 | 13 | 41 | 244 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10011000 | 101010 | 0 | 1011 | 100001 | 10100100 | 11110 | 110101 |
Color Harmonies of #64AB98
Complementary color
Monochromatic Colors of #64AB98
Black with #64AB98
Text Example
Text Example
White with #64AB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB98; }
p { color: rgb(100,171,152); }
H1.HeaderClassName
{
color: #64AB98;
}
.AnyTagClassName
{
color: #64AB98;
}
</style>
background-color css
<style>
a { background-color: #64AB98; }
a { background-color: rgb(100,171,152); }
div.DivClassName
{
background-color: #64AB98;
}
.BgClassName
{
background-color: #64AB98;
}
</style>
border-color css
<style>
span { border-color: #64AB98; }
span { border-color: rgb(100,171,152); }
td.TdClassName
{
border-color: #64AB98;
}
.TagClassName
{
border-color: #64AB98;
}
</style>