Shades of Kimberly #69627F
Tints of Kimberly #69627F
RGB
CMYK
RGB Variations
Color information
#69627F (or 0x69627F) is known color: Kimberly. HEX triplet: 69, 62 and 7F. RGB value is (105,98,127). Sum of RGB (Red+Green+Blue) = 105+98+127=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #69627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69627F is #969D80. Grayscale: #676767. Windows color (decimal): -9870721 or 8348265. OLE color: 8348265.
HSL color Cylindrical-coordinate representation of color #69627F: hue angle of 254.48º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69627F is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 98 | 127 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.50 |
| HSL | 254.48º | 0.13% | 0.44% | - |
| HSV(B) | 254.48º | 0.23% | 0.5% | - |
| XYZ | 14.02 | 13.27 | 21.9 | - |
| YUV | 103.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 127 | 0.17 | 0.23 | 0 | 0.50 | 254.48 | 0.13 | 0.44 |
| Hex | 69 | 62 | 7F | 11 | 17 | 0 | 32 | FE | D | 2C |
| Octal | 151 | 142 | 177 | 21 | 27 | 0 | 62 | 376 | 15 | 54 |
| Binary | 1101001 | 1100010 | 1111111 | 10001 | 10111 | 0 | 110010 | 11111110 | 1101 | 101100 |
Color Harmonies of #69627F
Complementary color
Monochromatic Colors of #69627F
Black with #69627F
Text Example
Text Example
White with #69627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69627F; }
p { color: rgb(105,98,127); }
H1.HeaderClassName
{
color: #69627F;
}
.AnyTagClassName
{
color: #69627F;
}
</style>
background-color css
<style>
a { background-color: #69627F; }
a { background-color: rgb(105,98,127); }
div.DivClassName
{
background-color: #69627F;
}
.BgClassName
{
background-color: #69627F;
}
</style>
border-color css
<style>
span { border-color: #69627F; }
span { border-color: rgb(105,98,127); }
td.TdClassName
{
border-color: #69627F;
}
.TagClassName
{
border-color: #69627F;
}
</style>