Shades of Kimberly #625C92
Tints of Kimberly #625C92
RGB
CMYK
RGB Variations
Color information
#625C92 (or 0x625C92) is known color: Kimberly. HEX triplet: 62, 5C and 92. RGB value is (98,92,146). Sum of RGB (Red+Green+Blue) = 98+92+146=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #625C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C92 is #9DA36D. Grayscale: #636363. Windows color (decimal): -10330990 or 9591906. OLE color: 9591906.
HSL color Cylindrical-coordinate representation of color #625C92: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #625C92 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 92 | 146 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.43 |
| HSL | 246.67º | 0.23% | 0.47% | - |
| HSV(B) | 246.67º | 0.37% | 0.57% | - |
| XYZ | 14.05 | 12.33 | 28.83 | - |
| YUV | 99.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 146 | 0.33 | 0.37 | 0 | 0.43 | 246.67 | 0.23 | 0.47 |
| Hex | 62 | 5C | 92 | 21 | 25 | 0 | 2B | F7 | 17 | 2F |
| Octal | 142 | 134 | 222 | 41 | 45 | 0 | 53 | 367 | 27 | 57 |
| Binary | 1100010 | 1011100 | 10010010 | 100001 | 100101 | 0 | 101011 | 11110111 | 10111 | 101111 |
Color Harmonies of #625C92
Complementary color
Monochromatic Colors of #625C92
Black with #625C92
Text Example
Text Example
White with #625C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C92; }
p { color: rgb(98,92,146); }
H1.HeaderClassName
{
color: #625C92;
}
.AnyTagClassName
{
color: #625C92;
}
</style>
background-color css
<style>
a { background-color: #625C92; }
a { background-color: rgb(98,92,146); }
div.DivClassName
{
background-color: #625C92;
}
.BgClassName
{
background-color: #625C92;
}
</style>
border-color css
<style>
span { border-color: #625C92; }
span { border-color: rgb(98,92,146); }
td.TdClassName
{
border-color: #625C92;
}
.TagClassName
{
border-color: #625C92;
}
</style>