Shades of Kimberly #71668F
Tints of Kimberly #71668F
RGB
CMYK
RGB Variations
Color information
#71668F (or 0x71668F) is known color: Kimberly. HEX triplet: 71, 66 and 8F. RGB value is (113,102,143). Sum of RGB (Red+Green+Blue) = 113+102+143=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #71668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71668F is #8E9970. Grayscale: #6D6D6D. Windows color (decimal): -9345393 or 9397873. OLE color: 9397873.
HSL color Cylindrical-coordinate representation of color #71668F: hue angle of 256.1º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71668F is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 102 | 143 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.44 |
| HSL | 256.1º | 0.17% | 0.48% | - |
| HSV(B) | 256.1º | 0.29% | 0.56% | - |
| XYZ | 16.52 | 15 | 28.01 | - |
| YUV | 109.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 143 | 0.21 | 0.29 | 0 | 0.44 | 256.1 | 0.17 | 0.48 |
| Hex | 71 | 66 | 8F | 15 | 1D | 0 | 2C | 100 | 11 | 30 |
| Octal | 161 | 146 | 217 | 25 | 35 | 0 | 54 | 400 | 21 | 60 |
| Binary | 1110001 | 1100110 | 10001111 | 10101 | 11101 | 0 | 101100 | 100000000 | 10001 | 110000 |
Color Harmonies of #71668F
Complementary color
Monochromatic Colors of #71668F
Black with #71668F
Text Example
Text Example
White with #71668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71668F; }
p { color: rgb(113,102,143); }
H1.HeaderClassName
{
color: #71668F;
}
.AnyTagClassName
{
color: #71668F;
}
</style>
background-color css
<style>
a { background-color: #71668F; }
a { background-color: rgb(113,102,143); }
div.DivClassName
{
background-color: #71668F;
}
.BgClassName
{
background-color: #71668F;
}
</style>
border-color css
<style>
span { border-color: #71668F; }
span { border-color: rgb(113,102,143); }
td.TdClassName
{
border-color: #71668F;
}
.TagClassName
{
border-color: #71668F;
}
</style>