Shades of Kimberly #6E6483
Tints of Kimberly #6E6483
RGB
CMYK
RGB Variations
Color information
#6E6483 (or 0x6E6483) is known color: Kimberly. HEX triplet: 6E, 64 and 83. RGB value is (110,100,131). Sum of RGB (Red+Green+Blue) = 110+100+131=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E6483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6483 is #919B7C. Grayscale: #6A6A6A. Windows color (decimal): -9542525 or 8610926. OLE color: 8610926.
HSL color Cylindrical-coordinate representation of color #6E6483: hue angle of 259.35º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E6483 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 100 | 131 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.49 |
| HSL | 259.35º | 0.13% | 0.45% | - |
| HSV(B) | 259.35º | 0.24% | 0.51% | - |
| XYZ | 15.08 | 14.07 | 23.39 | - |
| YUV | 106.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 131 | 0.16 | 0.24 | 0 | 0.49 | 259.35 | 0.13 | 0.45 |
| Hex | 6E | 64 | 83 | 10 | 18 | 0 | 31 | 103 | D | 2D |
| Octal | 156 | 144 | 203 | 20 | 30 | 0 | 61 | 403 | 15 | 55 |
| Binary | 1101110 | 1100100 | 10000011 | 10000 | 11000 | 0 | 110001 | 100000011 | 1101 | 101101 |
Color Harmonies of #6E6483
Complementary color
Monochromatic Colors of #6E6483
Black with #6E6483
Text Example
Text Example
White with #6E6483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6483; }
p { color: rgb(110,100,131); }
H1.HeaderClassName
{
color: #6E6483;
}
.AnyTagClassName
{
color: #6E6483;
}
</style>
background-color css
<style>
a { background-color: #6E6483; }
a { background-color: rgb(110,100,131); }
div.DivClassName
{
background-color: #6E6483;
}
.BgClassName
{
background-color: #6E6483;
}
</style>
border-color css
<style>
span { border-color: #6E6483; }
span { border-color: rgb(110,100,131); }
td.TdClassName
{
border-color: #6E6483;
}
.TagClassName
{
border-color: #6E6483;
}
</style>