Shades of Kimberly #625C7C
Tints of Kimberly #625C7C
RGB
CMYK
RGB Variations
Color information
#625C7C (or 0x625C7C) is known color: Kimberly. HEX triplet: 62, 5C and 7C. RGB value is (98,92,124). Sum of RGB (Red+Green+Blue) = 98+92+124=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #625C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C7C is #9DA383. Grayscale: #616161. Windows color (decimal): -10331012 or 8150114. OLE color: 8150114.
HSL color Cylindrical-coordinate representation of color #625C7C: hue angle of 251.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #625C7C is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 92 | 124 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.51 |
| HSL | 251.25º | 0.15% | 0.42% | - |
| HSV(B) | 251.25º | 0.26% | 0.49% | - |
| XYZ | 12.5 | 11.71 | 20.67 | - |
| YUV | 97.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 124 | 0.21 | 0.26 | 0 | 0.51 | 251.25 | 0.15 | 0.42 |
| Hex | 62 | 5C | 7C | 15 | 1A | 0 | 33 | FB | F | 2A |
| Octal | 142 | 134 | 174 | 25 | 32 | 0 | 63 | 373 | 17 | 52 |
| Binary | 1100010 | 1011100 | 1111100 | 10101 | 11010 | 0 | 110011 | 11111011 | 1111 | 101010 |
Color Harmonies of #625C7C
Complementary color
Monochromatic Colors of #625C7C
Black with #625C7C
Text Example
Text Example
White with #625C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C7C; }
p { color: rgb(98,92,124); }
H1.HeaderClassName
{
color: #625C7C;
}
.AnyTagClassName
{
color: #625C7C;
}
</style>
background-color css
<style>
a { background-color: #625C7C; }
a { background-color: rgb(98,92,124); }
div.DivClassName
{
background-color: #625C7C;
}
.BgClassName
{
background-color: #625C7C;
}
</style>
border-color css
<style>
span { border-color: #625C7C; }
span { border-color: rgb(98,92,124); }
td.TdClassName
{
border-color: #625C7C;
}
.TagClassName
{
border-color: #625C7C;
}
</style>