Shades of Kimberly #685A85
Tints of Kimberly #685A85
RGB
CMYK
RGB Variations
Color information
#685A85 (or 0x685A85) is known color: Kimberly. HEX triplet: 68, 5A and 85. RGB value is (104,90,133). Sum of RGB (Red+Green+Blue) = 104+90+133=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #685A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A85 is #97A57A. Grayscale: #626262. Windows color (decimal): -9938299 or 8739432. OLE color: 8739432.
HSL color Cylindrical-coordinate representation of color #685A85: hue angle of 259.53º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #685A85 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 90 | 133 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.48 |
| HSL | 259.53º | 0.19% | 0.44% | - |
| HSV(B) | 259.53º | 0.32% | 0.52% | - |
| XYZ | 13.6 | 11.95 | 23.78 | - |
| YUV | 99.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 133 | 0.22 | 0.32 | 0 | 0.48 | 259.53 | 0.19 | 0.44 |
| Hex | 68 | 5A | 85 | 16 | 20 | 0 | 30 | 104 | 13 | 2C |
| Octal | 150 | 132 | 205 | 26 | 40 | 0 | 60 | 404 | 23 | 54 |
| Binary | 1101000 | 1011010 | 10000101 | 10110 | 100000 | 0 | 110000 | 100000100 | 10011 | 101100 |
Color Harmonies of #685A85
Complementary color
Monochromatic Colors of #685A85
Black with #685A85
Text Example
Text Example
White with #685A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A85; }
p { color: rgb(104,90,133); }
H1.HeaderClassName
{
color: #685A85;
}
.AnyTagClassName
{
color: #685A85;
}
</style>
background-color css
<style>
a { background-color: #685A85; }
a { background-color: rgb(104,90,133); }
div.DivClassName
{
background-color: #685A85;
}
.BgClassName
{
background-color: #685A85;
}
</style>
border-color css
<style>
span { border-color: #685A85; }
span { border-color: rgb(104,90,133); }
td.TdClassName
{
border-color: #685A85;
}
.TagClassName
{
border-color: #685A85;
}
</style>