Shades of Kimberly #62547E
Tints of Kimberly #62547E
RGB
CMYK
RGB Variations
Color information
#62547E (or 0x62547E) is known color: Kimberly. HEX triplet: 62, 54 and 7E. RGB value is (98,84,126). Sum of RGB (Red+Green+Blue) = 98+84+126=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #62547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62547E is #9DAB81. Grayscale: #5C5C5C. Windows color (decimal): -10333058 or 8279138. OLE color: 8279138.
HSL color Cylindrical-coordinate representation of color #62547E: hue angle of 260º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62547E is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 84 | 126 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.51 |
| HSL | 260º | 0.2% | 0.41% | - |
| HSV(B) | 260º | 0.33% | 0.49% | - |
| XYZ | 11.97 | 10.44 | 21.12 | - |
| YUV | 92.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 126 | 0.22 | 0.33 | 0 | 0.51 | 260 | 0.2 | 0.41 |
| Hex | 62 | 54 | 7E | 16 | 21 | 0 | 33 | 104 | 14 | 29 |
| Octal | 142 | 124 | 176 | 26 | 41 | 0 | 63 | 404 | 24 | 51 |
| Binary | 1100010 | 1010100 | 1111110 | 10110 | 100001 | 0 | 110011 | 100000100 | 10100 | 101001 |
Color Harmonies of #62547E
Complementary color
Monochromatic Colors of #62547E
Black with #62547E
Text Example
Text Example
White with #62547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62547E; }
p { color: rgb(98,84,126); }
H1.HeaderClassName
{
color: #62547E;
}
.AnyTagClassName
{
color: #62547E;
}
</style>
background-color css
<style>
a { background-color: #62547E; }
a { background-color: rgb(98,84,126); }
div.DivClassName
{
background-color: #62547E;
}
.BgClassName
{
background-color: #62547E;
}
</style>
border-color css
<style>
span { border-color: #62547E; }
span { border-color: rgb(98,84,126); }
td.TdClassName
{
border-color: #62547E;
}
.TagClassName
{
border-color: #62547E;
}
</style>