Shades of Kimberly #63608B
Tints of Kimberly #63608B
RGB
CMYK
RGB Variations
Color information
#63608B (or 0x63608B) is known color: Kimberly. HEX triplet: 63, 60 and 8B. RGB value is (99,96,139). Sum of RGB (Red+Green+Blue) = 99+96+139=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #63608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63608B is #9C9F74. Grayscale: #656565. Windows color (decimal): -10264437 or 9134179. OLE color: 9134179.
HSL color Cylindrical-coordinate representation of color #63608B: hue angle of 244.19º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63608B is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 96 | 139 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.45 |
| HSL | 244.19º | 0.18% | 0.46% | - |
| HSV(B) | 244.19º | 0.31% | 0.55% | - |
| XYZ | 13.99 | 12.88 | 26.18 | - |
| YUV | 101.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 139 | 0.29 | 0.31 | 0 | 0.45 | 244.19 | 0.18 | 0.46 |
| Hex | 63 | 60 | 8B | 1D | 1F | 0 | 2D | F4 | 12 | 2E |
| Octal | 143 | 140 | 213 | 35 | 37 | 0 | 55 | 364 | 22 | 56 |
| Binary | 1100011 | 1100000 | 10001011 | 11101 | 11111 | 0 | 101101 | 11110100 | 10010 | 101110 |
Color Harmonies of #63608B
Complementary color
Monochromatic Colors of #63608B
Black with #63608B
Text Example
Text Example
White with #63608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63608B; }
p { color: rgb(99,96,139); }
H1.HeaderClassName
{
color: #63608B;
}
.AnyTagClassName
{
color: #63608B;
}
</style>
background-color css
<style>
a { background-color: #63608B; }
a { background-color: rgb(99,96,139); }
div.DivClassName
{
background-color: #63608B;
}
.BgClassName
{
background-color: #63608B;
}
</style>
border-color css
<style>
span { border-color: #63608B; }
span { border-color: rgb(99,96,139); }
td.TdClassName
{
border-color: #63608B;
}
.TagClassName
{
border-color: #63608B;
}
</style>