Shades of Kimberly #686084
Tints of Kimberly #686084
RGB
CMYK
RGB Variations
Color information
#686084 (or 0x686084) is known color: Kimberly. HEX triplet: 68, 60 and 84. RGB value is (104,96,132). Sum of RGB (Red+Green+Blue) = 104+96+132=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #686084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686084 is #979F7B. Grayscale: #666666. Windows color (decimal): -9936764 or 8675432. OLE color: 8675432.
HSL color Cylindrical-coordinate representation of color #686084: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686084 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 96 | 132 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.48 |
| HSL | 253.33º | 0.16% | 0.45% | - |
| HSV(B) | 253.33º | 0.27% | 0.52% | - |
| XYZ | 14.06 | 12.97 | 23.59 | - |
| YUV | 102.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 132 | 0.21 | 0.27 | 0 | 0.48 | 253.33 | 0.16 | 0.45 |
| Hex | 68 | 60 | 84 | 15 | 1B | 0 | 30 | FD | 10 | 2D |
| Octal | 150 | 140 | 204 | 25 | 33 | 0 | 60 | 375 | 20 | 55 |
| Binary | 1101000 | 1100000 | 10000100 | 10101 | 11011 | 0 | 110000 | 11111101 | 10000 | 101101 |
Color Harmonies of #686084
Complementary color
Monochromatic Colors of #686084
Black with #686084
Text Example
Text Example
White with #686084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686084; }
p { color: rgb(104,96,132); }
H1.HeaderClassName
{
color: #686084;
}
.AnyTagClassName
{
color: #686084;
}
</style>
background-color css
<style>
a { background-color: #686084; }
a { background-color: rgb(104,96,132); }
div.DivClassName
{
background-color: #686084;
}
.BgClassName
{
background-color: #686084;
}
</style>
border-color css
<style>
span { border-color: #686084; }
span { border-color: rgb(104,96,132); }
td.TdClassName
{
border-color: #686084;
}
.TagClassName
{
border-color: #686084;
}
</style>