Shades of Keppel #68A797
Tints of Keppel #68A797
RGB
CMYK
RGB Variations
Color information
#68A797 (or 0x68A797) is known color: Keppel. HEX triplet: 68, A7 and 97. RGB value is (104,167,151). Sum of RGB (Red+Green+Blue) = 104+167+151=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #68A797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A797 is #975868. Grayscale: #929292. Windows color (decimal): -9918569 or 9938792. OLE color: 9938792.
HSL color Cylindrical-coordinate representation of color #68A797: hue angle of 164.76º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A797 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 151 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.35 |
| HSL | 164.76º | 0.26% | 0.53% | - |
| HSV(B) | 164.76º | 0.38% | 0.65% | - |
| XYZ | 25.11 | 32.81 | 34.29 | - |
| YUV | 146.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 151 | 0.38 | 0 | 0.10 | 0.35 | 164.76 | 0.26 | 0.53 |
| Hex | 68 | A7 | 97 | 26 | 0 | A | 23 | A5 | 1A | 35 |
| Octal | 150 | 247 | 227 | 46 | 0 | 12 | 43 | 245 | 32 | 65 |
| Binary | 1101000 | 10100111 | 10010111 | 100110 | 0 | 1010 | 100011 | 10100101 | 11010 | 110101 |
Color Harmonies of #68A797
Complementary color
Monochromatic Colors of #68A797
Black with #68A797
Text Example
Text Example
White with #68A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A797; }
p { color: rgb(104,167,151); }
H1.HeaderClassName
{
color: #68A797;
}
.AnyTagClassName
{
color: #68A797;
}
</style>
background-color css
<style>
a { background-color: #68A797; }
a { background-color: rgb(104,167,151); }
div.DivClassName
{
background-color: #68A797;
}
.BgClassName
{
background-color: #68A797;
}
</style>
border-color css
<style>
span { border-color: #68A797; }
span { border-color: rgb(104,167,151); }
td.TdClassName
{
border-color: #68A797;
}
.TagClassName
{
border-color: #68A797;
}
</style>