Shades of Kimberly #6B617E
Tints of Kimberly #6B617E
RGB
CMYK
RGB Variations
Color information
#6B617E (or 0x6B617E) is known color: Kimberly. HEX triplet: 6B, 61 and 7E. RGB value is (107,97,126). Sum of RGB (Red+Green+Blue) = 107+97+126=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B617E is #949E81. Grayscale: #676767. Windows color (decimal): -9739906 or 8282475. OLE color: 8282475.
HSL color Cylindrical-coordinate representation of color #6B617E: hue angle of 260.69º 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 #6B617E is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 97 | 126 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.51 |
| HSL | 260.69º | 0.13% | 0.44% | - |
| HSV(B) | 260.69º | 0.23% | 0.49% | - |
| XYZ | 14.1 | 13.18 | 21.54 | - |
| YUV | 103.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 126 | 0.15 | 0.23 | 0 | 0.51 | 260.69 | 0.13 | 0.44 |
| Hex | 6B | 61 | 7E | F | 17 | 0 | 33 | 105 | D | 2C |
| Octal | 153 | 141 | 176 | 17 | 27 | 0 | 63 | 405 | 15 | 54 |
| Binary | 1101011 | 1100001 | 1111110 | 1111 | 10111 | 0 | 110011 | 100000101 | 1101 | 101100 |
Color Harmonies of #6B617E
Complementary color
Monochromatic Colors of #6B617E
Black with #6B617E
Text Example
Text Example
White with #6B617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B617E; }
p { color: rgb(107,97,126); }
H1.HeaderClassName
{
color: #6B617E;
}
.AnyTagClassName
{
color: #6B617E;
}
</style>
background-color css
<style>
a { background-color: #6B617E; }
a { background-color: rgb(107,97,126); }
div.DivClassName
{
background-color: #6B617E;
}
.BgClassName
{
background-color: #6B617E;
}
</style>
border-color css
<style>
span { border-color: #6B617E; }
span { border-color: rgb(107,97,126); }
td.TdClassName
{
border-color: #6B617E;
}
.TagClassName
{
border-color: #6B617E;
}
</style>