Shades of Kimberly #6B5F7C
Tints of Kimberly #6B5F7C
RGB
CMYK
RGB Variations
Color information
#6B5F7C (or 0x6B5F7C) is known color: Kimberly. HEX triplet: 6B, 5F and 7C. RGB value is (107,95,124). Sum of RGB (Red+Green+Blue) = 107+95+124=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B5F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F7C is #94A083. Grayscale: #656565. Windows color (decimal): -9740420 or 8150891. OLE color: 8150891.
HSL color Cylindrical-coordinate representation of color #6B5F7C: hue angle of 264.83º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B5F7C is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 95 | 124 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.51 |
| HSL | 264.83º | 0.13% | 0.43% | - |
| HSV(B) | 264.83º | 0.23% | 0.49% | - |
| XYZ | 13.79 | 12.77 | 20.81 | - |
| YUV | 101.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 124 | 0.14 | 0.23 | 0 | 0.51 | 264.83 | 0.13 | 0.43 |
| Hex | 6B | 5F | 7C | E | 17 | 0 | 33 | 109 | D | 2B |
| Octal | 153 | 137 | 174 | 16 | 27 | 0 | 63 | 411 | 15 | 53 |
| Binary | 1101011 | 1011111 | 1111100 | 1110 | 10111 | 0 | 110011 | 100001001 | 1101 | 101011 |
Color Harmonies of #6B5F7C
Complementary color
Monochromatic Colors of #6B5F7C
Black with #6B5F7C
Text Example
Text Example
White with #6B5F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F7C; }
p { color: rgb(107,95,124); }
H1.HeaderClassName
{
color: #6B5F7C;
}
.AnyTagClassName
{
color: #6B5F7C;
}
</style>
background-color css
<style>
a { background-color: #6B5F7C; }
a { background-color: rgb(107,95,124); }
div.DivClassName
{
background-color: #6B5F7C;
}
.BgClassName
{
background-color: #6B5F7C;
}
</style>
border-color css
<style>
span { border-color: #6B5F7C; }
span { border-color: rgb(107,95,124); }
td.TdClassName
{
border-color: #6B5F7C;
}
.TagClassName
{
border-color: #6B5F7C;
}
</style>