Shades of Kimberly #69608D
Tints of Kimberly #69608D
RGB
CMYK
RGB Variations
Color information
#69608D (or 0x69608D) is known color: Kimberly. HEX triplet: 69, 60 and 8D. RGB value is (105,96,141). Sum of RGB (Red+Green+Blue) = 105+96+141=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #69608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69608D is #969F72. Grayscale: #676767. Windows color (decimal): -9871219 or 9265257. OLE color: 9265257.
HSL color Cylindrical-coordinate representation of color #69608D: hue angle of 252º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69608D is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 96 | 141 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.45 |
| HSL | 252º | 0.19% | 0.46% | - |
| HSV(B) | 252º | 0.32% | 0.55% | - |
| XYZ | 14.82 | 13.29 | 26.98 | - |
| YUV | 103.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 141 | 0.26 | 0.32 | 0 | 0.45 | 252 | 0.19 | 0.46 |
| Hex | 69 | 60 | 8D | 1A | 20 | 0 | 2D | FC | 13 | 2E |
| Octal | 151 | 140 | 215 | 32 | 40 | 0 | 55 | 374 | 23 | 56 |
| Binary | 1101001 | 1100000 | 10001101 | 11010 | 100000 | 0 | 101101 | 11111100 | 10011 | 101110 |
Color Harmonies of #69608D
Complementary color
Monochromatic Colors of #69608D
Black with #69608D
Text Example
Text Example
White with #69608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69608D; }
p { color: rgb(105,96,141); }
H1.HeaderClassName
{
color: #69608D;
}
.AnyTagClassName
{
color: #69608D;
}
</style>
background-color css
<style>
a { background-color: #69608D; }
a { background-color: rgb(105,96,141); }
div.DivClassName
{
background-color: #69608D;
}
.BgClassName
{
background-color: #69608D;
}
</style>
border-color css
<style>
span { border-color: #69608D; }
span { border-color: rgb(105,96,141); }
td.TdClassName
{
border-color: #69608D;
}
.TagClassName
{
border-color: #69608D;
}
</style>