Shades of Kimberly #62608D
Tints of Kimberly #62608D
RGB
CMYK
RGB Variations
Color information
#62608D (or 0x62608D) is known color: Kimberly. HEX triplet: 62, 60 and 8D. RGB value is (98,96,141). Sum of RGB (Red+Green+Blue) = 98+96+141=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #62608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62608D is #9D9F72. Grayscale: #656565. Windows color (decimal): -10329971 or 9265250. OLE color: 9265250.
HSL color Cylindrical-coordinate representation of color #62608D: hue angle of 242.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62608D is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 96 | 141 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.45 |
| HSL | 242.67º | 0.19% | 0.46% | - |
| HSV(B) | 242.67º | 0.32% | 0.55% | - |
| XYZ | 14.03 | 12.89 | 26.95 | - |
| YUV | 101.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 141 | 0.30 | 0.32 | 0 | 0.45 | 242.67 | 0.19 | 0.46 |
| Hex | 62 | 60 | 8D | 1E | 20 | 0 | 2D | F3 | 13 | 2E |
| Octal | 142 | 140 | 215 | 36 | 40 | 0 | 55 | 363 | 23 | 56 |
| Binary | 1100010 | 1100000 | 10001101 | 11110 | 100000 | 0 | 101101 | 11110011 | 10011 | 101110 |
Color Harmonies of #62608D
Complementary color
Monochromatic Colors of #62608D
Black with #62608D
Text Example
Text Example
White with #62608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62608D; }
p { color: rgb(98,96,141); }
H1.HeaderClassName
{
color: #62608D;
}
.AnyTagClassName
{
color: #62608D;
}
</style>
background-color css
<style>
a { background-color: #62608D; }
a { background-color: rgb(98,96,141); }
div.DivClassName
{
background-color: #62608D;
}
.BgClassName
{
background-color: #62608D;
}
</style>
border-color css
<style>
span { border-color: #62608D; }
span { border-color: rgb(98,96,141); }
td.TdClassName
{
border-color: #62608D;
}
.TagClassName
{
border-color: #62608D;
}
</style>