Shades of Kimberly #69617E
Tints of Kimberly #69617E
RGB
CMYK
RGB Variations
Color information
#69617E (or 0x69617E) is known color: Kimberly. HEX triplet: 69, 61 and 7E. RGB value is (105,97,126). Sum of RGB (Red+Green+Blue) = 105+97+126=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 126 - color contains mainly: blue. Hex color #69617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69617E is #969E81. Grayscale: #666666. Windows color (decimal): -9870978 or 8282473. OLE color: 8282473.
HSL color Cylindrical-coordinate representation of color #69617E: hue angle of 256.55º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69617E is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 97 | 126 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.51 |
| HSL | 256.55º | 0.13% | 0.44% | - |
| HSV(B) | 256.55º | 0.23% | 0.49% | - |
| XYZ | 13.87 | 13.06 | 21.53 | - |
| YUV | 102.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 126 | 0.17 | 0.23 | 0 | 0.51 | 256.55 | 0.13 | 0.44 |
| Hex | 69 | 61 | 7E | 11 | 17 | 0 | 33 | 101 | D | 2C |
| Octal | 151 | 141 | 176 | 21 | 27 | 0 | 63 | 401 | 15 | 54 |
| Binary | 1101001 | 1100001 | 1111110 | 10001 | 10111 | 0 | 110011 | 100000001 | 1101 | 101100 |
Color Harmonies of #69617E
Complementary color
Monochromatic Colors of #69617E
Black with #69617E
Text Example
Text Example
White with #69617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69617E; }
p { color: rgb(105,97,126); }
H1.HeaderClassName
{
color: #69617E;
}
.AnyTagClassName
{
color: #69617E;
}
</style>
background-color css
<style>
a { background-color: #69617E; }
a { background-color: rgb(105,97,126); }
div.DivClassName
{
background-color: #69617E;
}
.BgClassName
{
background-color: #69617E;
}
</style>
border-color css
<style>
span { border-color: #69617E; }
span { border-color: rgb(105,97,126); }
td.TdClassName
{
border-color: #69617E;
}
.TagClassName
{
border-color: #69617E;
}
</style>