Shades of Kimberly #63618A
Tints of Kimberly #63618A
RGB
CMYK
RGB Variations
Color information
#63618A (or 0x63618A) is known color: Kimberly. HEX triplet: 63, 61 and 8A. RGB value is (99,97,138). Sum of RGB (Red+Green+Blue) = 99+97+138=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #63618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63618A is #9C9E75. Grayscale: #666666. Windows color (decimal): -10264182 or 9068899. OLE color: 9068899.
HSL color Cylindrical-coordinate representation of color #63618A: hue angle of 242.93º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63618A is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 97 | 138 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.46 |
| HSL | 242.93º | 0.17% | 0.46% | - |
| HSV(B) | 242.93º | 0.3% | 0.54% | - |
| XYZ | 14.01 | 13.04 | 25.82 | - |
| YUV | 102.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 138 | 0.28 | 0.30 | 0 | 0.46 | 242.93 | 0.17 | 0.46 |
| Hex | 63 | 61 | 8A | 1C | 1E | 0 | 2E | F3 | 11 | 2E |
| Octal | 143 | 141 | 212 | 34 | 36 | 0 | 56 | 363 | 21 | 56 |
| Binary | 1100011 | 1100001 | 10001010 | 11100 | 11110 | 0 | 101110 | 11110011 | 10001 | 101110 |
Color Harmonies of #63618A
Complementary color
Monochromatic Colors of #63618A
Black with #63618A
Text Example
Text Example
White with #63618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63618A; }
p { color: rgb(99,97,138); }
H1.HeaderClassName
{
color: #63618A;
}
.AnyTagClassName
{
color: #63618A;
}
</style>
background-color css
<style>
a { background-color: #63618A; }
a { background-color: rgb(99,97,138); }
div.DivClassName
{
background-color: #63618A;
}
.BgClassName
{
background-color: #63618A;
}
</style>
border-color css
<style>
span { border-color: #63618A; }
span { border-color: rgb(99,97,138); }
td.TdClassName
{
border-color: #63618A;
}
.TagClassName
{
border-color: #63618A;
}
</style>