Shades of Kimberly #686082
Tints of Kimberly #686082
RGB
CMYK
RGB Variations
Color information
#686082 (or 0x686082) is known color: Kimberly. HEX triplet: 68, 60 and 82. RGB value is (104,96,130). Sum of RGB (Red+Green+Blue) = 104+96+130=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #686082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686082 is #979F7D. Grayscale: #666666. Windows color (decimal): -9936766 or 8544360. OLE color: 8544360.
HSL color Cylindrical-coordinate representation of color #686082: hue angle of 254.12º 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 #686082 is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 96 | 130 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.49 |
| HSL | 254.12º | 0.15% | 0.44% | - |
| HSV(B) | 254.12º | 0.26% | 0.51% | - |
| XYZ | 13.92 | 12.92 | 22.88 | - |
| YUV | 102.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 130 | 0.2 | 0.26 | 0 | 0.49 | 254.12 | 0.15 | 0.44 |
| Hex | 68 | 60 | 82 | 14 | 1A | 0 | 31 | FE | F | 2C |
| Octal | 150 | 140 | 202 | 24 | 32 | 0 | 61 | 376 | 17 | 54 |
| Binary | 1101000 | 1100000 | 10000010 | 10100 | 11010 | 0 | 110001 | 11111110 | 1111 | 101100 |
Color Harmonies of #686082
Complementary color
Monochromatic Colors of #686082
Black with #686082
Text Example
Text Example
White with #686082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686082; }
p { color: rgb(104,96,130); }
H1.HeaderClassName
{
color: #686082;
}
.AnyTagClassName
{
color: #686082;
}
</style>
background-color css
<style>
a { background-color: #686082; }
a { background-color: rgb(104,96,130); }
div.DivClassName
{
background-color: #686082;
}
.BgClassName
{
background-color: #686082;
}
</style>
border-color css
<style>
span { border-color: #686082; }
span { border-color: rgb(104,96,130); }
td.TdClassName
{
border-color: #686082;
}
.TagClassName
{
border-color: #686082;
}
</style>