Shades of Kimberly #71668B
Tints of Kimberly #71668B
RGB
CMYK
RGB Variations
Color information
#71668B (or 0x71668B) is known color: Kimberly. HEX triplet: 71, 66 and 8B. RGB value is (113,102,139). Sum of RGB (Red+Green+Blue) = 113+102+139=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #71668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71668B is #8E9974. Grayscale: #6D6D6D. Windows color (decimal): -9345397 or 9135729. OLE color: 9135729.
HSL color Cylindrical-coordinate representation of color #71668B: hue angle of 257.84º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71668B is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 102 | 139 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.45 |
| HSL | 257.84º | 0.15% | 0.47% | - |
| HSV(B) | 257.84º | 0.27% | 0.55% | - |
| XYZ | 16.22 | 14.88 | 26.44 | - |
| YUV | 109.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 139 | 0.19 | 0.27 | 0 | 0.45 | 257.84 | 0.15 | 0.47 |
| Hex | 71 | 66 | 8B | 13 | 1B | 0 | 2D | 102 | F | 2F |
| Octal | 161 | 146 | 213 | 23 | 33 | 0 | 55 | 402 | 17 | 57 |
| Binary | 1110001 | 1100110 | 10001011 | 10011 | 11011 | 0 | 101101 | 100000010 | 1111 | 101111 |
Color Harmonies of #71668B
Complementary color
Monochromatic Colors of #71668B
Black with #71668B
Text Example
Text Example
White with #71668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71668B; }
p { color: rgb(113,102,139); }
H1.HeaderClassName
{
color: #71668B;
}
.AnyTagClassName
{
color: #71668B;
}
</style>
background-color css
<style>
a { background-color: #71668B; }
a { background-color: rgb(113,102,139); }
div.DivClassName
{
background-color: #71668B;
}
.BgClassName
{
background-color: #71668B;
}
</style>
border-color css
<style>
span { border-color: #71668B; }
span { border-color: rgb(113,102,139); }
td.TdClassName
{
border-color: #71668B;
}
.TagClassName
{
border-color: #71668B;
}
</style>