Shades of Kimberly #675980
Tints of Kimberly #675980
RGB
CMYK
RGB Variations
Color information
#675980 (or 0x675980) is known color: Kimberly. HEX triplet: 67, 59 and 80. RGB value is (103,89,128). Sum of RGB (Red+Green+Blue) = 103+89+128=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #675980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675980 is #98A67F. Grayscale: #616161. Windows color (decimal): -10004096 or 8411495. OLE color: 8411495.
HSL color Cylindrical-coordinate representation of color #675980: hue angle of 261.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675980 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 89 | 128 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.50 |
| HSL | 261.54º | 0.18% | 0.43% | - |
| HSV(B) | 261.54º | 0.3% | 0.5% | - |
| XYZ | 13.06 | 11.59 | 21.97 | - |
| YUV | 97.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 128 | 0.20 | 0.30 | 0 | 0.50 | 261.54 | 0.18 | 0.43 |
| Hex | 67 | 59 | 80 | 14 | 1E | 0 | 32 | 106 | 12 | 2B |
| Octal | 147 | 131 | 200 | 24 | 36 | 0 | 62 | 406 | 22 | 53 |
| Binary | 1100111 | 1011001 | 10000000 | 10100 | 11110 | 0 | 110010 | 100000110 | 10010 | 101011 |
Color Harmonies of #675980
Complementary color
Monochromatic Colors of #675980
Black with #675980
Text Example
Text Example
White with #675980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675980; }
p { color: rgb(103,89,128); }
H1.HeaderClassName
{
color: #675980;
}
.AnyTagClassName
{
color: #675980;
}
</style>
background-color css
<style>
a { background-color: #675980; }
a { background-color: rgb(103,89,128); }
div.DivClassName
{
background-color: #675980;
}
.BgClassName
{
background-color: #675980;
}
</style>
border-color css
<style>
span { border-color: #675980; }
span { border-color: rgb(103,89,128); }
td.TdClassName
{
border-color: #675980;
}
.TagClassName
{
border-color: #675980;
}
</style>