Shades of Kimberly #6B5E7F
Tints of Kimberly #6B5E7F
RGB
CMYK
RGB Variations
Color information
#6B5E7F (or 0x6B5E7F) is known color: Kimberly. HEX triplet: 6B, 5E and 7F. RGB value is (107,94,127). Sum of RGB (Red+Green+Blue) = 107+94+127=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B5E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E7F is #94A180. Grayscale: #656565. Windows color (decimal): -9740673 or 8347243. OLE color: 8347243.
HSL color Cylindrical-coordinate representation of color #6B5E7F: hue angle of 263.64º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B5E7F is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
RGB | 107 | 94 | 127 | - |
CMYK | 0.16 | 0.26 | 0 | 0.50 |
HSL | 263.64º | 0.15% | 0.43% | - |
HSV(B) | 263.64º | 0.26% | 0.5% | - |
XYZ | 13.9 | 12.66 | 21.79 | - |
YUV | 101.65 | 142.31 | 131.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 94 | 127 | 0.16 | 0.26 | 0 | 0.50 | 263.64 | 0.15 | 0.43 |
Hex | 6B | 5E | 7F | 10 | 1A | 0 | 32 | 108 | F | 2B |
Octal | 153 | 136 | 177 | 20 | 32 | 0 | 62 | 410 | 17 | 53 |
Binary | 1101011 | 1011110 | 1111111 | 10000 | 11010 | 0 | 110010 | 100001000 | 1111 | 101011 |
Color Harmonies of #6B5E7F
Complementary color
Monochromatic Colors of #6B5E7F
Black with #6B5E7F
Text Example
Text Example
White with #6B5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E7F; }
p { color: rgb(107,94,127); }
H1.HeaderClassName
{
color: #6B5E7F;
}
.AnyTagClassName
{
color: #6B5E7F;
}
</style>
background-color css
<style>
a { background-color: #6B5E7F; }
a { background-color: rgb(107,94,127); }
div.DivClassName
{
background-color: #6B5E7F;
}
.BgClassName
{
background-color: #6B5E7F;
}
</style>
border-color css
<style>
span { border-color: #6B5E7F; }
span { border-color: rgb(107,94,127); }
td.TdClassName
{
border-color: #6B5E7F;
}
.TagClassName
{
border-color: #6B5E7F;
}
</style>