Shades of Kimberly #62547F
Tints of Kimberly #62547F
RGB
CMYK
RGB Variations
Color information
#62547F (or 0x62547F) is known color: Kimberly. HEX triplet: 62, 54 and 7F. RGB value is (98,84,127). Sum of RGB (Red+Green+Blue) = 98+84+127=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #62547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62547F is #9DAB80. Grayscale: #5C5C5C. Windows color (decimal): -10333057 or 8344674. OLE color: 8344674.
HSL color Cylindrical-coordinate representation of color #62547F: hue angle of 259.53º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62547F is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 84 | 127 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.50 |
| HSL | 259.53º | 0.2% | 0.41% | - |
| HSV(B) | 259.53º | 0.34% | 0.5% | - |
| XYZ | 12.04 | 10.47 | 21.47 | - |
| YUV | 93.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 127 | 0.23 | 0.34 | 0 | 0.50 | 259.53 | 0.2 | 0.41 |
| Hex | 62 | 54 | 7F | 17 | 22 | 0 | 32 | 104 | 14 | 29 |
| Octal | 142 | 124 | 177 | 27 | 42 | 0 | 62 | 404 | 24 | 51 |
| Binary | 1100010 | 1010100 | 1111111 | 10111 | 100010 | 0 | 110010 | 100000100 | 10100 | 101001 |
Color Harmonies of #62547F
Complementary color
Monochromatic Colors of #62547F
Black with #62547F
Text Example
Text Example
White with #62547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62547F; }
p { color: rgb(98,84,127); }
H1.HeaderClassName
{
color: #62547F;
}
.AnyTagClassName
{
color: #62547F;
}
</style>
background-color css
<style>
a { background-color: #62547F; }
a { background-color: rgb(98,84,127); }
div.DivClassName
{
background-color: #62547F;
}
.BgClassName
{
background-color: #62547F;
}
</style>
border-color css
<style>
span { border-color: #62547F; }
span { border-color: rgb(98,84,127); }
td.TdClassName
{
border-color: #62547F;
}
.TagClassName
{
border-color: #62547F;
}
</style>