Shades of Keppel #63A394
Tints of Keppel #63A394
RGB
CMYK
RGB Variations
Color information
#63A394 (or 0x63A394) is known color: Keppel. HEX triplet: 63, A3 and 94. RGB value is (99,163,148). Sum of RGB (Red+Green+Blue) = 99+163+148=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #63A394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A394 is #9C5C6B. Grayscale: #8E8E8E. Windows color (decimal): -10247276 or 9741155. OLE color: 9741155.
HSL color Cylindrical-coordinate representation of color #63A394: hue angle of 165.94º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A394 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 163 | 148 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.36 |
| HSL | 165.94º | 0.26% | 0.51% | - |
| HSV(B) | 165.94º | 0.39% | 0.64% | - |
| XYZ | 23.59 | 30.99 | 32.75 | - |
| YUV | 142.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 148 | 0.39 | 0 | 0.09 | 0.36 | 165.94 | 0.26 | 0.51 |
| Hex | 63 | A3 | 94 | 27 | 0 | 9 | 24 | A6 | 1A | 33 |
| Octal | 143 | 243 | 224 | 47 | 0 | 11 | 44 | 246 | 32 | 63 |
| Binary | 1100011 | 10100011 | 10010100 | 100111 | 0 | 1001 | 100100 | 10100110 | 11010 | 110011 |
Color Harmonies of #63A394
Complementary color
Monochromatic Colors of #63A394
Black with #63A394
Text Example
Text Example
White with #63A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A394; }
p { color: rgb(99,163,148); }
H1.HeaderClassName
{
color: #63A394;
}
.AnyTagClassName
{
color: #63A394;
}
</style>
background-color css
<style>
a { background-color: #63A394; }
a { background-color: rgb(99,163,148); }
div.DivClassName
{
background-color: #63A394;
}
.BgClassName
{
background-color: #63A394;
}
</style>
border-color css
<style>
span { border-color: #63A394; }
span { border-color: rgb(99,163,148); }
td.TdClassName
{
border-color: #63A394;
}
.TagClassName
{
border-color: #63A394;
}
</style>