Shades of Keppel #64A593
Tints of Keppel #64A593
RGB
CMYK
RGB Variations
Color information
#64A593 (or 0x64A593) is known color: Keppel. HEX triplet: 64, A5 and 93. RGB value is (100,165,147). Sum of RGB (Red+Green+Blue) = 100+165+147=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #64A593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A593 is #9B5A6C. Grayscale: #8F8F8F. Windows color (decimal): -10181229 or 9676132. OLE color: 9676132.
HSL color Cylindrical-coordinate representation of color #64A593: hue angle of 163.38º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A593 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 165 | 147 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.35 |
| HSL | 163.38º | 0.27% | 0.52% | - |
| HSV(B) | 163.38º | 0.39% | 0.65% | - |
| XYZ | 23.98 | 31.73 | 32.46 | - |
| YUV | 143.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 165 | 147 | 0.39 | 0 | 0.11 | 0.35 | 163.38 | 0.27 | 0.52 |
| Hex | 64 | A5 | 93 | 27 | 0 | B | 23 | A3 | 1B | 34 |
| Octal | 144 | 245 | 223 | 47 | 0 | 13 | 43 | 243 | 33 | 64 |
| Binary | 1100100 | 10100101 | 10010011 | 100111 | 0 | 1011 | 100011 | 10100011 | 11011 | 110100 |
Color Harmonies of #64A593
Complementary color
Monochromatic Colors of #64A593
Black with #64A593
Text Example
Text Example
White with #64A593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A593; }
p { color: rgb(100,165,147); }
H1.HeaderClassName
{
color: #64A593;
}
.AnyTagClassName
{
color: #64A593;
}
</style>
background-color css
<style>
a { background-color: #64A593; }
a { background-color: rgb(100,165,147); }
div.DivClassName
{
background-color: #64A593;
}
.BgClassName
{
background-color: #64A593;
}
</style>
border-color css
<style>
span { border-color: #64A593; }
span { border-color: rgb(100,165,147); }
td.TdClassName
{
border-color: #64A593;
}
.TagClassName
{
border-color: #64A593;
}
</style>