Shades of Kimberly #71698A
Tints of Kimberly #71698A
RGB
CMYK
RGB Variations
Color information
#71698A (or 0x71698A) is known color: Kimberly. HEX triplet: 71, 69 and 8A. RGB value is (113,105,138). Sum of RGB (Red+Green+Blue) = 113+105+138=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #71698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71698A is #8E9675. Grayscale: #6F6F6F. Windows color (decimal): -9344630 or 9070961. OLE color: 9070961.
HSL color Cylindrical-coordinate representation of color #71698A: hue angle of 254.55º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71698A is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 105 | 138 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.46 |
| HSL | 254.55º | 0.14% | 0.48% | - |
| HSV(B) | 254.55º | 0.24% | 0.54% | - |
| XYZ | 16.45 | 15.45 | 26.16 | - |
| YUV | 111.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 138 | 0.18 | 0.24 | 0 | 0.46 | 254.55 | 0.14 | 0.48 |
| Hex | 71 | 69 | 8A | 12 | 18 | 0 | 2E | FF | E | 30 |
| Octal | 161 | 151 | 212 | 22 | 30 | 0 | 56 | 377 | 16 | 60 |
| Binary | 1110001 | 1101001 | 10001010 | 10010 | 11000 | 0 | 101110 | 11111111 | 1110 | 110000 |
Color Harmonies of #71698A
Complementary color
Monochromatic Colors of #71698A
Black with #71698A
Text Example
Text Example
White with #71698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71698A; }
p { color: rgb(113,105,138); }
H1.HeaderClassName
{
color: #71698A;
}
.AnyTagClassName
{
color: #71698A;
}
</style>
background-color css
<style>
a { background-color: #71698A; }
a { background-color: rgb(113,105,138); }
div.DivClassName
{
background-color: #71698A;
}
.BgClassName
{
background-color: #71698A;
}
</style>
border-color css
<style>
span { border-color: #71698A; }
span { border-color: rgb(113,105,138); }
td.TdClassName
{
border-color: #71698A;
}
.TagClassName
{
border-color: #71698A;
}
</style>