Shades of Kimberly #69577C
Tints of Kimberly #69577C
RGB
CMYK
RGB Variations
Color information
#69577C (or 0x69577C) is known color: Kimberly. HEX triplet: 69, 57 and 7C. RGB value is (105,87,124). Sum of RGB (Red+Green+Blue) = 105+87+124=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #69577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69577C is #96A883. Grayscale: #606060. Windows color (decimal): -9873540 or 8148841. OLE color: 8148841.
HSL color Cylindrical-coordinate representation of color #69577C: hue angle of 269.19º 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 #69577C is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 87 | 124 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.51 |
| HSL | 269.19º | 0.18% | 0.41% | - |
| HSV(B) | 269.19º | 0.3% | 0.49% | - |
| XYZ | 12.87 | 11.27 | 20.57 | - |
| YUV | 96.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 124 | 0.15 | 0.30 | 0 | 0.51 | 269.19 | 0.18 | 0.41 |
| Hex | 69 | 57 | 7C | F | 1E | 0 | 33 | 10D | 12 | 29 |
| Octal | 151 | 127 | 174 | 17 | 36 | 0 | 63 | 415 | 22 | 51 |
| Binary | 1101001 | 1010111 | 1111100 | 1111 | 11110 | 0 | 110011 | 100001101 | 10010 | 101001 |
Color Harmonies of #69577C
Complementary color
Monochromatic Colors of #69577C
Black with #69577C
Text Example
Text Example
White with #69577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69577C; }
p { color: rgb(105,87,124); }
H1.HeaderClassName
{
color: #69577C;
}
.AnyTagClassName
{
color: #69577C;
}
</style>
background-color css
<style>
a { background-color: #69577C; }
a { background-color: rgb(105,87,124); }
div.DivClassName
{
background-color: #69577C;
}
.BgClassName
{
background-color: #69577C;
}
</style>
border-color css
<style>
span { border-color: #69577C; }
span { border-color: rgb(105,87,124); }
td.TdClassName
{
border-color: #69577C;
}
.TagClassName
{
border-color: #69577C;
}
</style>