Shades of Keppel #65A697
Tints of Keppel #65A697
RGB
CMYK
RGB Variations
Color information
#65A697 (or 0x65A697) is known color: Keppel. HEX triplet: 65, A6 and 97. RGB value is (101,166,151). Sum of RGB (Red+Green+Blue) = 101+166+151=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #65A697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A697 is #9A5968. Grayscale: #909090. Windows color (decimal): -10115433 or 9938533. OLE color: 9938533.
HSL color Cylindrical-coordinate representation of color #65A697: hue angle of 166.15º 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 #65A697 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 166 | 151 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.35 |
| HSL | 166.15º | 0.27% | 0.52% | - |
| HSV(B) | 166.15º | 0.39% | 0.65% | - |
| XYZ | 24.59 | 32.27 | 34.21 | - |
| YUV | 144.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 151 | 0.39 | 0 | 0.09 | 0.35 | 166.15 | 0.27 | 0.52 |
| Hex | 65 | A6 | 97 | 27 | 0 | 9 | 23 | A6 | 1B | 34 |
| Octal | 145 | 246 | 227 | 47 | 0 | 11 | 43 | 246 | 33 | 64 |
| Binary | 1100101 | 10100110 | 10010111 | 100111 | 0 | 1001 | 100011 | 10100110 | 11011 | 110100 |
Color Harmonies of #65A697
Complementary color
Monochromatic Colors of #65A697
Black with #65A697
Text Example
Text Example
White with #65A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A697; }
p { color: rgb(101,166,151); }
H1.HeaderClassName
{
color: #65A697;
}
.AnyTagClassName
{
color: #65A697;
}
</style>
background-color css
<style>
a { background-color: #65A697; }
a { background-color: rgb(101,166,151); }
div.DivClassName
{
background-color: #65A697;
}
.BgClassName
{
background-color: #65A697;
}
</style>
border-color css
<style>
span { border-color: #65A697; }
span { border-color: rgb(101,166,151); }
td.TdClassName
{
border-color: #65A697;
}
.TagClassName
{
border-color: #65A697;
}
</style>