Shades of Keppel #63B499
Tints of Keppel #63B499
RGB
CMYK
RGB Variations
Color information
#63B499 (or 0x63B499) is known color: Keppel. HEX triplet: 63, B4 and 99. RGB value is (99,180,153). Sum of RGB (Red+Green+Blue) = 99+180+153=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #63B499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B499 is #9C4B66. Grayscale: #989898. Windows color (decimal): -10242919 or 10073187. OLE color: 10073187.
HSL color Cylindrical-coordinate representation of color #63B499: hue angle of 160º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B499 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 180 | 153 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.29 |
| HSL | 160º | 0.35% | 0.55% | - |
| HSV(B) | 160º | 0.45% | 0.71% | - |
| XYZ | 27.22 | 37.6 | 35.96 | - |
| YUV | 152.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 180 | 153 | 0.45 | 0 | 0.15 | 0.29 | 160 | 0.35 | 0.55 |
| Hex | 63 | B4 | 99 | 2D | 0 | F | 1D | A0 | 23 | 37 |
| Octal | 143 | 264 | 231 | 55 | 0 | 17 | 35 | 240 | 43 | 67 |
| Binary | 1100011 | 10110100 | 10011001 | 101101 | 0 | 1111 | 11101 | 10100000 | 100011 | 110111 |
Color Harmonies of #63B499
Complementary color
Monochromatic Colors of #63B499
Black with #63B499
Text Example
Text Example
White with #63B499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B499; }
p { color: rgb(99,180,153); }
H1.HeaderClassName
{
color: #63B499;
}
.AnyTagClassName
{
color: #63B499;
}
</style>
background-color css
<style>
a { background-color: #63B499; }
a { background-color: rgb(99,180,153); }
div.DivClassName
{
background-color: #63B499;
}
.BgClassName
{
background-color: #63B499;
}
</style>
border-color css
<style>
span { border-color: #63B499; }
span { border-color: rgb(99,180,153); }
td.TdClassName
{
border-color: #63B499;
}
.TagClassName
{
border-color: #63B499;
}
</style>