Shades of Kimberly #69597B
Tints of Kimberly #69597B
RGB
CMYK
RGB Variations
Color information
#69597B (or 0x69597B) is known color: Kimberly. HEX triplet: 69, 59 and 7B. RGB value is (105,89,123). Sum of RGB (Red+Green+Blue) = 105+89+123=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #69597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69597B is #96A684. Grayscale: #616161. Windows color (decimal): -9873029 or 8083817. OLE color: 8083817.
HSL color Cylindrical-coordinate representation of color #69597B: hue angle of 268.24º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69597B is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 89 | 123 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.52 |
| HSL | 268.24º | 0.16% | 0.42% | - |
| HSV(B) | 268.24º | 0.28% | 0.48% | - |
| XYZ | 12.97 | 11.58 | 20.29 | - |
| YUV | 97.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 123 | 0.15 | 0.28 | 0 | 0.52 | 268.24 | 0.16 | 0.42 |
| Hex | 69 | 59 | 7B | F | 1C | 0 | 34 | 10C | 10 | 2A |
| Octal | 151 | 131 | 173 | 17 | 34 | 0 | 64 | 414 | 20 | 52 |
| Binary | 1101001 | 1011001 | 1111011 | 1111 | 11100 | 0 | 110100 | 100001100 | 10000 | 101010 |
Color Harmonies of #69597B
Complementary color
Monochromatic Colors of #69597B
Black with #69597B
Text Example
Text Example
White with #69597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69597B; }
p { color: rgb(105,89,123); }
H1.HeaderClassName
{
color: #69597B;
}
.AnyTagClassName
{
color: #69597B;
}
</style>
background-color css
<style>
a { background-color: #69597B; }
a { background-color: rgb(105,89,123); }
div.DivClassName
{
background-color: #69597B;
}
.BgClassName
{
background-color: #69597B;
}
</style>
border-color css
<style>
span { border-color: #69597B; }
span { border-color: rgb(105,89,123); }
td.TdClassName
{
border-color: #69597B;
}
.TagClassName
{
border-color: #69597B;
}
</style>