Shades of Kimberly #625C8F
Tints of Kimberly #625C8F
RGB
CMYK
RGB Variations
Color information
#625C8F (or 0x625C8F) is known color: Kimberly. HEX triplet: 62, 5C and 8F. RGB value is (98,92,143). Sum of RGB (Red+Green+Blue) = 98+92+143=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #625C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C8F is #9DA370. Grayscale: #636363. Windows color (decimal): -10330993 or 9395298. OLE color: 9395298.
HSL color Cylindrical-coordinate representation of color #625C8F: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625C8F is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 92 | 143 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.44 |
| HSL | 247.06º | 0.22% | 0.46% | - |
| HSV(B) | 247.06º | 0.36% | 0.56% | - |
| XYZ | 13.82 | 12.23 | 27.62 | - |
| YUV | 99.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 143 | 0.31 | 0.36 | 0 | 0.44 | 247.06 | 0.22 | 0.46 |
| Hex | 62 | 5C | 8F | 1F | 24 | 0 | 2C | F7 | 16 | 2E |
| Octal | 142 | 134 | 217 | 37 | 44 | 0 | 54 | 367 | 26 | 56 |
| Binary | 1100010 | 1011100 | 10001111 | 11111 | 100100 | 0 | 101100 | 11110111 | 10110 | 101110 |
Color Harmonies of #625C8F
Complementary color
Monochromatic Colors of #625C8F
Black with #625C8F
Text Example
Text Example
White with #625C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C8F; }
p { color: rgb(98,92,143); }
H1.HeaderClassName
{
color: #625C8F;
}
.AnyTagClassName
{
color: #625C8F;
}
</style>
background-color css
<style>
a { background-color: #625C8F; }
a { background-color: rgb(98,92,143); }
div.DivClassName
{
background-color: #625C8F;
}
.BgClassName
{
background-color: #625C8F;
}
</style>
border-color css
<style>
span { border-color: #625C8F; }
span { border-color: rgb(98,92,143); }
td.TdClassName
{
border-color: #625C8F;
}
.TagClassName
{
border-color: #625C8F;
}
</style>