Shades of Kimberly #63618B
Tints of Kimberly #63618B
RGB
CMYK
RGB Variations
Color information
#63618B (or 0x63618B) is known color: Kimberly. HEX triplet: 63, 61 and 8B. RGB value is (99,97,139). Sum of RGB (Red+Green+Blue) = 99+97+139=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #63618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63618B is #9C9E74. Grayscale: #666666. Windows color (decimal): -10264181 or 9134435. OLE color: 9134435.
HSL color Cylindrical-coordinate representation of color #63618B: hue angle of 242.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63618B is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 97 | 139 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.45 |
| HSL | 242.86º | 0.18% | 0.46% | - |
| HSV(B) | 242.86º | 0.3% | 0.55% | - |
| XYZ | 14.08 | 13.07 | 26.21 | - |
| YUV | 102.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 139 | 0.29 | 0.30 | 0 | 0.45 | 242.86 | 0.18 | 0.46 |
| Hex | 63 | 61 | 8B | 1D | 1E | 0 | 2D | F3 | 12 | 2E |
| Octal | 143 | 141 | 213 | 35 | 36 | 0 | 55 | 363 | 22 | 56 |
| Binary | 1100011 | 1100001 | 10001011 | 11101 | 11110 | 0 | 101101 | 11110011 | 10010 | 101110 |
Color Harmonies of #63618B
Complementary color
Monochromatic Colors of #63618B
Black with #63618B
Text Example
Text Example
White with #63618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63618B; }
p { color: rgb(99,97,139); }
H1.HeaderClassName
{
color: #63618B;
}
.AnyTagClassName
{
color: #63618B;
}
</style>
background-color css
<style>
a { background-color: #63618B; }
a { background-color: rgb(99,97,139); }
div.DivClassName
{
background-color: #63618B;
}
.BgClassName
{
background-color: #63618B;
}
</style>
border-color css
<style>
span { border-color: #63618B; }
span { border-color: rgb(99,97,139); }
td.TdClassName
{
border-color: #63618B;
}
.TagClassName
{
border-color: #63618B;
}
</style>