Shades of Kimberly #68577C
Tints of Kimberly #68577C
RGB
CMYK
RGB Variations
Color information
#68577C (or 0x68577C) is known color: Kimberly. HEX triplet: 68, 57 and 7C. RGB value is (104,87,124). Sum of RGB (Red+Green+Blue) = 104+87+124=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #68577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68577C is #97A883. Grayscale: #606060. Windows color (decimal): -9939076 or 8148840. OLE color: 8148840.
HSL color Cylindrical-coordinate representation of color #68577C: hue angle of 267.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68577C is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 87 | 124 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.51 |
| HSL | 267.57º | 0.18% | 0.41% | - |
| HSV(B) | 267.57º | 0.3% | 0.49% | - |
| XYZ | 12.76 | 11.21 | 20.56 | - |
| YUV | 96.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 124 | 0.16 | 0.30 | 0 | 0.51 | 267.57 | 0.18 | 0.41 |
| Hex | 68 | 57 | 7C | 10 | 1E | 0 | 33 | 10C | 12 | 29 |
| Octal | 150 | 127 | 174 | 20 | 36 | 0 | 63 | 414 | 22 | 51 |
| Binary | 1101000 | 1010111 | 1111100 | 10000 | 11110 | 0 | 110011 | 100001100 | 10010 | 101001 |
Color Harmonies of #68577C
Complementary color
Monochromatic Colors of #68577C
Black with #68577C
Text Example
Text Example
White with #68577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68577C; }
p { color: rgb(104,87,124); }
H1.HeaderClassName
{
color: #68577C;
}
.AnyTagClassName
{
color: #68577C;
}
</style>
background-color css
<style>
a { background-color: #68577C; }
a { background-color: rgb(104,87,124); }
div.DivClassName
{
background-color: #68577C;
}
.BgClassName
{
background-color: #68577C;
}
</style>
border-color css
<style>
span { border-color: #68577C; }
span { border-color: rgb(104,87,124); }
td.TdClassName
{
border-color: #68577C;
}
.TagClassName
{
border-color: #68577C;
}
</style>