Shades of Kimberly #685B7B
Tints of Kimberly #685B7B
RGB
CMYK
RGB Variations
Color information
#685B7B (or 0x685B7B) is known color: Kimberly. HEX triplet: 68, 5B and 7B. RGB value is (104,91,123). Sum of RGB (Red+Green+Blue) = 104+91+123=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #685B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B7B is #97A484. Grayscale: #626262. Windows color (decimal): -9938053 or 8084328. OLE color: 8084328.
HSL color Cylindrical-coordinate representation of color #685B7B: hue angle of 264.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685B7B is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 91 | 123 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.52 |
| HSL | 264.38º | 0.15% | 0.42% | - |
| HSV(B) | 264.38º | 0.26% | 0.48% | - |
| XYZ | 13.03 | 11.86 | 20.34 | - |
| YUV | 98.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 123 | 0.15 | 0.26 | 0 | 0.52 | 264.38 | 0.15 | 0.42 |
| Hex | 68 | 5B | 7B | F | 1A | 0 | 34 | 108 | F | 2A |
| Octal | 150 | 133 | 173 | 17 | 32 | 0 | 64 | 410 | 17 | 52 |
| Binary | 1101000 | 1011011 | 1111011 | 1111 | 11010 | 0 | 110100 | 100001000 | 1111 | 101010 |
Color Harmonies of #685B7B
Complementary color
Monochromatic Colors of #685B7B
Black with #685B7B
Text Example
Text Example
White with #685B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B7B; }
p { color: rgb(104,91,123); }
H1.HeaderClassName
{
color: #685B7B;
}
.AnyTagClassName
{
color: #685B7B;
}
</style>
background-color css
<style>
a { background-color: #685B7B; }
a { background-color: rgb(104,91,123); }
div.DivClassName
{
background-color: #685B7B;
}
.BgClassName
{
background-color: #685B7B;
}
</style>
border-color css
<style>
span { border-color: #685B7B; }
span { border-color: rgb(104,91,123); }
td.TdClassName
{
border-color: #685B7B;
}
.TagClassName
{
border-color: #685B7B;
}
</style>