Shades of Kimberly #676082
Tints of Kimberly #676082
RGB
CMYK
RGB Variations
Color information
#676082 (or 0x676082) is known color: Kimberly. HEX triplet: 67, 60 and 82. RGB value is (103,96,130). Sum of RGB (Red+Green+Blue) = 103+96+130=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #676082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676082 is #989F7D. Grayscale: #656565. Windows color (decimal): -10002302 or 8544359. OLE color: 8544359.
HSL color Cylindrical-coordinate representation of color #676082: hue angle of 252.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #676082 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 96 | 130 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.49 |
| HSL | 252.35º | 0.15% | 0.44% | - |
| HSV(B) | 252.35º | 0.26% | 0.51% | - |
| XYZ | 13.81 | 12.86 | 22.87 | - |
| YUV | 101.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 130 | 0.21 | 0.26 | 0 | 0.49 | 252.35 | 0.15 | 0.44 |
| Hex | 67 | 60 | 82 | 15 | 1A | 0 | 31 | FC | F | 2C |
| Octal | 147 | 140 | 202 | 25 | 32 | 0 | 61 | 374 | 17 | 54 |
| Binary | 1100111 | 1100000 | 10000010 | 10101 | 11010 | 0 | 110001 | 11111100 | 1111 | 101100 |
Color Harmonies of #676082
Complementary color
Monochromatic Colors of #676082
Black with #676082
Text Example
Text Example
White with #676082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676082; }
p { color: rgb(103,96,130); }
H1.HeaderClassName
{
color: #676082;
}
.AnyTagClassName
{
color: #676082;
}
</style>
background-color css
<style>
a { background-color: #676082; }
a { background-color: rgb(103,96,130); }
div.DivClassName
{
background-color: #676082;
}
.BgClassName
{
background-color: #676082;
}
</style>
border-color css
<style>
span { border-color: #676082; }
span { border-color: rgb(103,96,130); }
td.TdClassName
{
border-color: #676082;
}
.TagClassName
{
border-color: #676082;
}
</style>