Shades of Keppel #63A896
Tints of Keppel #63A896
RGB
CMYK
RGB Variations
Color information
#63A896 (or 0x63A896) is known color: Keppel. HEX triplet: 63, A8 and 96. RGB value is (99,168,150). Sum of RGB (Red+Green+Blue) = 99+168+150=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #63A896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A896 is #9C5769. Grayscale: #919191. Windows color (decimal): -10245994 or 9873507. OLE color: 9873507.
HSL color Cylindrical-coordinate representation of color #63A896: hue angle of 164.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63A896 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 99 | 168 | 150 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.34 |
| HSL | 164.35º | 0.28% | 0.52% | - |
| HSV(B) | 164.35º | 0.41% | 0.66% | - |
| XYZ | 24.65 | 32.86 | 33.9 | - |
| YUV | 145.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 150 | 0.41 | 0 | 0.11 | 0.34 | 164.35 | 0.28 | 0.52 |
| Hex | 63 | A8 | 96 | 29 | 0 | B | 22 | A4 | 1C | 34 |
| Octal | 143 | 250 | 226 | 51 | 0 | 13 | 42 | 244 | 34 | 64 |
| Binary | 1100011 | 10101000 | 10010110 | 101001 | 0 | 1011 | 100010 | 10100100 | 11100 | 110100 |
Color Harmonies of #63A896
Complementary color
Monochromatic Colors of #63A896
Black with #63A896
Text Example
Text Example
White with #63A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A896; }
p { color: rgb(99,168,150); }
H1.HeaderClassName
{
color: #63A896;
}
.AnyTagClassName
{
color: #63A896;
}
</style>
background-color css
<style>
a { background-color: #63A896; }
a { background-color: rgb(99,168,150); }
div.DivClassName
{
background-color: #63A896;
}
.BgClassName
{
background-color: #63A896;
}
</style>
border-color css
<style>
span { border-color: #63A896; }
span { border-color: rgb(99,168,150); }
td.TdClassName
{
border-color: #63A896;
}
.TagClassName
{
border-color: #63A896;
}
</style>