Shades of Keppel #61A490
Tints of Keppel #61A490
RGB
CMYK
RGB Variations
Color information
#61A490 (or 0x61A490) is known color: Keppel. HEX triplet: 61, A4 and 90. RGB value is (97,164,144). Sum of RGB (Red+Green+Blue) = 97+164+144=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #61A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A490 is #9E5B6F. Grayscale: #8D8D8D. Windows color (decimal): -10378096 or 9479265. OLE color: 9479265.
HSL color Cylindrical-coordinate representation of color #61A490: hue angle of 162.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A490 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 144 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.36 |
| HSL | 162.09º | 0.27% | 0.51% | - |
| HSV(B) | 162.09º | 0.41% | 0.64% | - |
| XYZ | 23.24 | 31.11 | 31.16 | - |
| YUV | 141.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 144 | 0.41 | 0 | 0.12 | 0.36 | 162.09 | 0.27 | 0.51 |
| Hex | 61 | A4 | 90 | 29 | 0 | C | 24 | A2 | 1B | 33 |
| Octal | 141 | 244 | 220 | 51 | 0 | 14 | 44 | 242 | 33 | 63 |
| Binary | 1100001 | 10100100 | 10010000 | 101001 | 0 | 1100 | 100100 | 10100010 | 11011 | 110011 |
Color Harmonies of #61A490
Complementary color
Monochromatic Colors of #61A490
Black with #61A490
Text Example
Text Example
White with #61A490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A490; }
p { color: rgb(97,164,144); }
H1.HeaderClassName
{
color: #61A490;
}
.AnyTagClassName
{
color: #61A490;
}
</style>
background-color css
<style>
a { background-color: #61A490; }
a { background-color: rgb(97,164,144); }
div.DivClassName
{
background-color: #61A490;
}
.BgClassName
{
background-color: #61A490;
}
</style>
border-color css
<style>
span { border-color: #61A490; }
span { border-color: rgb(97,164,144); }
td.TdClassName
{
border-color: #61A490;
}
.TagClassName
{
border-color: #61A490;
}
</style>