Shades of Keppel #61A395
Tints of Keppel #61A395
RGB
CMYK
RGB Variations
Color information
#61A395 (or 0x61A395) is known color: Keppel. HEX triplet: 61, A3 and 95. RGB value is (97,163,149). Sum of RGB (Red+Green+Blue) = 97+163+149=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #61A395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A395 is #9E5C6A. Grayscale: #8D8D8D. Windows color (decimal): -10378347 or 9806689. OLE color: 9806689.
HSL color Cylindrical-coordinate representation of color #61A395: hue angle of 167.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A395 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 149 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.36 |
| HSL | 167.27º | 0.26% | 0.51% | - |
| HSV(B) | 167.27º | 0.4% | 0.64% | - |
| XYZ | 23.45 | 30.91 | 33.16 | - |
| YUV | 141.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 149 | 0.40 | 0 | 0.09 | 0.36 | 167.27 | 0.26 | 0.51 |
| Hex | 61 | A3 | 95 | 28 | 0 | 9 | 24 | A7 | 1A | 33 |
| Octal | 141 | 243 | 225 | 50 | 0 | 11 | 44 | 247 | 32 | 63 |
| Binary | 1100001 | 10100011 | 10010101 | 101000 | 0 | 1001 | 100100 | 10100111 | 11010 | 110011 |
Color Harmonies of #61A395
Complementary color
Monochromatic Colors of #61A395
Black with #61A395
Text Example
Text Example
White with #61A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A395; }
p { color: rgb(97,163,149); }
H1.HeaderClassName
{
color: #61A395;
}
.AnyTagClassName
{
color: #61A395;
}
</style>
background-color css
<style>
a { background-color: #61A395; }
a { background-color: rgb(97,163,149); }
div.DivClassName
{
background-color: #61A395;
}
.BgClassName
{
background-color: #61A395;
}
</style>
border-color css
<style>
span { border-color: #61A395; }
span { border-color: rgb(97,163,149); }
td.TdClassName
{
border-color: #61A395;
}
.TagClassName
{
border-color: #61A395;
}
</style>