Shades of Kimberly #625A86
Tints of Kimberly #625A86
RGB
CMYK
RGB Variations
Color information
#625A86 (or 0x625A86) is known color: Kimberly. HEX triplet: 62, 5A and 86. RGB value is (98,90,134). Sum of RGB (Red+Green+Blue) = 98+90+134=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #625A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625A86 is #9DA579. Grayscale: #616161. Windows color (decimal): -10331514 or 8804962. OLE color: 8804962.
HSL color Cylindrical-coordinate representation of color #625A86: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #625A86 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 90 | 134 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.47 |
| HSL | 250.91º | 0.2% | 0.44% | - |
| HSV(B) | 250.91º | 0.33% | 0.53% | - |
| XYZ | 13 | 11.63 | 24.11 | - |
| YUV | 97.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 134 | 0.27 | 0.33 | 0 | 0.47 | 250.91 | 0.2 | 0.44 |
| Hex | 62 | 5A | 86 | 1B | 21 | 0 | 2F | FB | 14 | 2C |
| Octal | 142 | 132 | 206 | 33 | 41 | 0 | 57 | 373 | 24 | 54 |
| Binary | 1100010 | 1011010 | 10000110 | 11011 | 100001 | 0 | 101111 | 11111011 | 10100 | 101100 |
Color Harmonies of #625A86
Complementary color
Monochromatic Colors of #625A86
Black with #625A86
Text Example
Text Example
White with #625A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A86; }
p { color: rgb(98,90,134); }
H1.HeaderClassName
{
color: #625A86;
}
.AnyTagClassName
{
color: #625A86;
}
</style>
background-color css
<style>
a { background-color: #625A86; }
a { background-color: rgb(98,90,134); }
div.DivClassName
{
background-color: #625A86;
}
.BgClassName
{
background-color: #625A86;
}
</style>
border-color css
<style>
span { border-color: #625A86; }
span { border-color: rgb(98,90,134); }
td.TdClassName
{
border-color: #625A86;
}
.TagClassName
{
border-color: #625A86;
}
</style>