Shades of Kimberly #62618E
Tints of Kimberly #62618E
RGB
CMYK
RGB Variations
Color information
#62618E (or 0x62618E) is known color: Kimberly. HEX triplet: 62, 61 and 8E. RGB value is (98,97,142). Sum of RGB (Red+Green+Blue) = 98+97+142=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #62618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62618E is #9D9E71. Grayscale: #666666. Windows color (decimal): -10329714 or 9331042. OLE color: 9331042.
HSL color Cylindrical-coordinate representation of color #62618E: hue angle of 241.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62618E is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 97 | 142 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.44 |
| HSL | 241.33º | 0.19% | 0.47% | - |
| HSV(B) | 241.33º | 0.32% | 0.56% | - |
| XYZ | 14.19 | 13.1 | 27.37 | - |
| YUV | 102.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 142 | 0.31 | 0.32 | 0 | 0.44 | 241.33 | 0.19 | 0.47 |
| Hex | 62 | 61 | 8E | 1F | 20 | 0 | 2C | F1 | 13 | 2F |
| Octal | 142 | 141 | 216 | 37 | 40 | 0 | 54 | 361 | 23 | 57 |
| Binary | 1100010 | 1100001 | 10001110 | 11111 | 100000 | 0 | 101100 | 11110001 | 10011 | 101111 |
Color Harmonies of #62618E
Complementary color
Monochromatic Colors of #62618E
Black with #62618E
Text Example
Text Example
White with #62618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62618E; }
p { color: rgb(98,97,142); }
H1.HeaderClassName
{
color: #62618E;
}
.AnyTagClassName
{
color: #62618E;
}
</style>
background-color css
<style>
a { background-color: #62618E; }
a { background-color: rgb(98,97,142); }
div.DivClassName
{
background-color: #62618E;
}
.BgClassName
{
background-color: #62618E;
}
</style>
border-color css
<style>
span { border-color: #62618E; }
span { border-color: rgb(98,97,142); }
td.TdClassName
{
border-color: #62618E;
}
.TagClassName
{
border-color: #62618E;
}
</style>