Shades of Keppel #65A294
Tints of Keppel #65A294
RGB
CMYK
RGB Variations
Color information
#65A294 (or 0x65A294) is known color: Keppel. HEX triplet: 65, A2 and 94. RGB value is (101,162,148). Sum of RGB (Red+Green+Blue) = 101+162+148=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #65A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A294 is #9A5D6B. Grayscale: #8E8E8E. Windows color (decimal): -10116460 or 9740901. OLE color: 9740901.
HSL color Cylindrical-coordinate representation of color #65A294: hue angle of 166.23º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A294 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 162 | 148 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.36 |
| HSL | 166.23º | 0.25% | 0.52% | - |
| HSV(B) | 166.23º | 0.38% | 0.64% | - |
| XYZ | 23.63 | 30.75 | 32.71 | - |
| YUV | 142.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 148 | 0.38 | 0 | 0.09 | 0.36 | 166.23 | 0.25 | 0.52 |
| Hex | 65 | A2 | 94 | 26 | 0 | 9 | 24 | A6 | 19 | 34 |
| Octal | 145 | 242 | 224 | 46 | 0 | 11 | 44 | 246 | 31 | 64 |
| Binary | 1100101 | 10100010 | 10010100 | 100110 | 0 | 1001 | 100100 | 10100110 | 11001 | 110100 |
Color Harmonies of #65A294
Complementary color
Monochromatic Colors of #65A294
Black with #65A294
Text Example
Text Example
White with #65A294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A294; }
p { color: rgb(101,162,148); }
H1.HeaderClassName
{
color: #65A294;
}
.AnyTagClassName
{
color: #65A294;
}
</style>
background-color css
<style>
a { background-color: #65A294; }
a { background-color: rgb(101,162,148); }
div.DivClassName
{
background-color: #65A294;
}
.BgClassName
{
background-color: #65A294;
}
</style>
border-color css
<style>
span { border-color: #65A294; }
span { border-color: rgb(101,162,148); }
td.TdClassName
{
border-color: #65A294;
}
.TagClassName
{
border-color: #65A294;
}
</style>