Shades of Kimberly #6B5A7C
Tints of Kimberly #6B5A7C
RGB
CMYK
RGB Variations
Color information
#6B5A7C (or 0x6B5A7C) is known color: Kimberly. HEX triplet: 6B, 5A and 7C. RGB value is (107,90,124). Sum of RGB (Red+Green+Blue) = 107+90+124=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B5A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A7C is #94A583. Grayscale: #626262. Windows color (decimal): -9741700 or 8149611. OLE color: 8149611.
HSL color Cylindrical-coordinate representation of color #6B5A7C: hue angle of 270º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B5A7C is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 90 | 124 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.51 |
| HSL | 270º | 0.16% | 0.42% | - |
| HSV(B) | 270º | 0.27% | 0.49% | - |
| XYZ | 13.36 | 11.89 | 20.66 | - |
| YUV | 98.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 124 | 0.14 | 0.27 | 0 | 0.51 | 270 | 0.16 | 0.42 |
| Hex | 6B | 5A | 7C | E | 1B | 0 | 33 | 10E | 10 | 2A |
| Octal | 153 | 132 | 174 | 16 | 33 | 0 | 63 | 416 | 20 | 52 |
| Binary | 1101011 | 1011010 | 1111100 | 1110 | 11011 | 0 | 110011 | 100001110 | 10000 | 101010 |
Color Harmonies of #6B5A7C
Complementary color
Monochromatic Colors of #6B5A7C
Black with #6B5A7C
Text Example
Text Example
White with #6B5A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A7C; }
p { color: rgb(107,90,124); }
H1.HeaderClassName
{
color: #6B5A7C;
}
.AnyTagClassName
{
color: #6B5A7C;
}
</style>
background-color css
<style>
a { background-color: #6B5A7C; }
a { background-color: rgb(107,90,124); }
div.DivClassName
{
background-color: #6B5A7C;
}
.BgClassName
{
background-color: #6B5A7C;
}
</style>
border-color css
<style>
span { border-color: #6B5A7C; }
span { border-color: rgb(107,90,124); }
td.TdClassName
{
border-color: #6B5A7C;
}
.TagClassName
{
border-color: #6B5A7C;
}
</style>