Shades of Kimberly #676080
Tints of Kimberly #676080
RGB
CMYK
RGB Variations
Color information
#676080 (or 0x676080) is known color: Kimberly. HEX triplet: 67, 60 and 80. RGB value is (103,96,128). Sum of RGB (Red+Green+Blue) = 103+96+128=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #676080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676080 is #989F7F. Grayscale: #656565. Windows color (decimal): -10002304 or 8413287. OLE color: 8413287.
HSL color Cylindrical-coordinate representation of color #676080: hue angle of 253.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676080 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 96 | 128 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.50 |
| HSL | 253.13º | 0.14% | 0.44% | - |
| HSV(B) | 253.13º | 0.25% | 0.5% | - |
| XYZ | 13.67 | 12.81 | 22.17 | - |
| YUV | 101.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 128 | 0.20 | 0.25 | 0 | 0.50 | 253.13 | 0.14 | 0.44 |
| Hex | 67 | 60 | 80 | 14 | 19 | 0 | 32 | FD | E | 2C |
| Octal | 147 | 140 | 200 | 24 | 31 | 0 | 62 | 375 | 16 | 54 |
| Binary | 1100111 | 1100000 | 10000000 | 10100 | 11001 | 0 | 110010 | 11111101 | 1110 | 101100 |
Color Harmonies of #676080
Complementary color
Monochromatic Colors of #676080
Black with #676080
Text Example
Text Example
White with #676080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676080; }
p { color: rgb(103,96,128); }
H1.HeaderClassName
{
color: #676080;
}
.AnyTagClassName
{
color: #676080;
}
</style>
background-color css
<style>
a { background-color: #676080; }
a { background-color: rgb(103,96,128); }
div.DivClassName
{
background-color: #676080;
}
.BgClassName
{
background-color: #676080;
}
</style>
border-color css
<style>
span { border-color: #676080; }
span { border-color: rgb(103,96,128); }
td.TdClassName
{
border-color: #676080;
}
.TagClassName
{
border-color: #676080;
}
</style>