Shades of Kimberly #686181
Tints of Kimberly #686181
RGB
CMYK
RGB Variations
Color information
#686181 (or 0x686181) is known color: Kimberly. HEX triplet: 68, 61 and 81. RGB value is (104,97,129). Sum of RGB (Red+Green+Blue) = 104+97+129=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #686181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686181 is #979E7E. Grayscale: #666666. Windows color (decimal): -9936511 or 8479080. OLE color: 8479080.
HSL color Cylindrical-coordinate representation of color #686181: hue angle of 253.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686181 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 97 | 129 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.49 |
| HSL | 253.13º | 0.14% | 0.44% | - |
| HSV(B) | 253.13º | 0.25% | 0.51% | - |
| XYZ | 13.95 | 13.08 | 22.56 | - |
| YUV | 102.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 129 | 0.19 | 0.25 | 0 | 0.49 | 253.13 | 0.14 | 0.44 |
| Hex | 68 | 61 | 81 | 13 | 19 | 0 | 31 | FD | E | 2C |
| Octal | 150 | 141 | 201 | 23 | 31 | 0 | 61 | 375 | 16 | 54 |
| Binary | 1101000 | 1100001 | 10000001 | 10011 | 11001 | 0 | 110001 | 11111101 | 1110 | 101100 |
Color Harmonies of #686181
Complementary color
Monochromatic Colors of #686181
Black with #686181
Text Example
Text Example
White with #686181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686181; }
p { color: rgb(104,97,129); }
H1.HeaderClassName
{
color: #686181;
}
.AnyTagClassName
{
color: #686181;
}
</style>
background-color css
<style>
a { background-color: #686181; }
a { background-color: rgb(104,97,129); }
div.DivClassName
{
background-color: #686181;
}
.BgClassName
{
background-color: #686181;
}
</style>
border-color css
<style>
span { border-color: #686181; }
span { border-color: rgb(104,97,129); }
td.TdClassName
{
border-color: #686181;
}
.TagClassName
{
border-color: #686181;
}
</style>