Shades of Keppel #60A69A
Tints of Keppel #60A69A
RGB
CMYK
RGB Variations
Color information
#60A69A (or 0x60A69A) is known color: Keppel. HEX triplet: 60, A6 and 9A. RGB value is (96,166,154). Sum of RGB (Red+Green+Blue) = 96+166+154=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #60A69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A69A is #9F5965. Grayscale: #8F8F8F. Windows color (decimal): -10443110 or 10135136. OLE color: 10135136.
HSL color Cylindrical-coordinate representation of color #60A69A: hue angle of 169.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A69A is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 154 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.35 |
| HSL | 169.71º | 0.28% | 0.51% | - |
| HSV(B) | 169.71º | 0.42% | 0.65% | - |
| XYZ | 24.29 | 32.09 | 35.49 | - |
| YUV | 143.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 154 | 0.42 | 0 | 0.07 | 0.35 | 169.71 | 0.28 | 0.51 |
| Hex | 60 | A6 | 9A | 2A | 0 | 7 | 23 | AA | 1C | 33 |
| Octal | 140 | 246 | 232 | 52 | 0 | 7 | 43 | 252 | 34 | 63 |
| Binary | 1100000 | 10100110 | 10011010 | 101010 | 0 | 111 | 100011 | 10101010 | 11100 | 110011 |
Color Harmonies of #60A69A
Complementary color
Monochromatic Colors of #60A69A
Black with #60A69A
Text Example
Text Example
White with #60A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A69A; }
p { color: rgb(96,166,154); }
H1.HeaderClassName
{
color: #60A69A;
}
.AnyTagClassName
{
color: #60A69A;
}
</style>
background-color css
<style>
a { background-color: #60A69A; }
a { background-color: rgb(96,166,154); }
div.DivClassName
{
background-color: #60A69A;
}
.BgClassName
{
background-color: #60A69A;
}
</style>
border-color css
<style>
span { border-color: #60A69A; }
span { border-color: rgb(96,166,154); }
td.TdClassName
{
border-color: #60A69A;
}
.TagClassName
{
border-color: #60A69A;
}
</style>