Shades of Keppel #63A696
Tints of Keppel #63A696
RGB
CMYK
RGB Variations
Color information
#63A696 (or 0x63A696) is known color: Keppel. HEX triplet: 63, A6 and 96. RGB value is (99,166,150). Sum of RGB (Red+Green+Blue) = 99+166+150=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #63A696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A696 is #9C5969. Grayscale: #909090. Windows color (decimal): -10246506 or 9872995. OLE color: 9872995.
HSL color Cylindrical-coordinate representation of color #63A696: hue angle of 165.67º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A696 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 166 | 150 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.35 |
| HSL | 165.67º | 0.27% | 0.52% | - |
| HSV(B) | 165.67º | 0.4% | 0.65% | - |
| XYZ | 24.29 | 32.13 | 33.78 | - |
| YUV | 144.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 150 | 0.40 | 0 | 0.10 | 0.35 | 165.67 | 0.27 | 0.52 |
| Hex | 63 | A6 | 96 | 28 | 0 | A | 23 | A6 | 1B | 34 |
| Octal | 143 | 246 | 226 | 50 | 0 | 12 | 43 | 246 | 33 | 64 |
| Binary | 1100011 | 10100110 | 10010110 | 101000 | 0 | 1010 | 100011 | 10100110 | 11011 | 110100 |
Color Harmonies of #63A696
Complementary color
Monochromatic Colors of #63A696
Black with #63A696
Text Example
Text Example
White with #63A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A696; }
p { color: rgb(99,166,150); }
H1.HeaderClassName
{
color: #63A696;
}
.AnyTagClassName
{
color: #63A696;
}
</style>
background-color css
<style>
a { background-color: #63A696; }
a { background-color: rgb(99,166,150); }
div.DivClassName
{
background-color: #63A696;
}
.BgClassName
{
background-color: #63A696;
}
</style>
border-color css
<style>
span { border-color: #63A696; }
span { border-color: rgb(99,166,150); }
td.TdClassName
{
border-color: #63A696;
}
.TagClassName
{
border-color: #63A696;
}
</style>