Shades of Kimberly #69608A
Tints of Kimberly #69608A
RGB
CMYK
RGB Variations
Color information
#69608A (or 0x69608A) is known color: Kimberly. HEX triplet: 69, 60 and 8A. RGB value is (105,96,138). Sum of RGB (Red+Green+Blue) = 105+96+138=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #69608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69608A is #969F75. Grayscale: #676767. Windows color (decimal): -9871222 or 9068649. OLE color: 9068649.
HSL color Cylindrical-coordinate representation of color #69608A: hue angle of 252.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69608A is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 96 | 138 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.46 |
| HSL | 252.86º | 0.18% | 0.46% | - |
| HSV(B) | 252.86º | 0.3% | 0.54% | - |
| XYZ | 14.6 | 13.2 | 25.82 | - |
| YUV | 103.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 138 | 0.24 | 0.30 | 0 | 0.46 | 252.86 | 0.18 | 0.46 |
| Hex | 69 | 60 | 8A | 18 | 1E | 0 | 2E | FD | 12 | 2E |
| Octal | 151 | 140 | 212 | 30 | 36 | 0 | 56 | 375 | 22 | 56 |
| Binary | 1101001 | 1100000 | 10001010 | 11000 | 11110 | 0 | 101110 | 11111101 | 10010 | 101110 |
Color Harmonies of #69608A
Complementary color
Monochromatic Colors of #69608A
Black with #69608A
Text Example
Text Example
White with #69608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69608A; }
p { color: rgb(105,96,138); }
H1.HeaderClassName
{
color: #69608A;
}
.AnyTagClassName
{
color: #69608A;
}
</style>
background-color css
<style>
a { background-color: #69608A; }
a { background-color: rgb(105,96,138); }
div.DivClassName
{
background-color: #69608A;
}
.BgClassName
{
background-color: #69608A;
}
</style>
border-color css
<style>
span { border-color: #69608A; }
span { border-color: rgb(105,96,138); }
td.TdClassName
{
border-color: #69608A;
}
.TagClassName
{
border-color: #69608A;
}
</style>