Shades of Kimberly #6F6486
Tints of Kimberly #6F6486
RGB
CMYK
RGB Variations
Color information
#6F6486 (or 0x6F6486) is known color: Kimberly. HEX triplet: 6F, 64 and 86. RGB value is (111,100,134). Sum of RGB (Red+Green+Blue) = 111+100+134=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F6486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6486 is #909B79. Grayscale: #6B6B6B. Windows color (decimal): -9476986 or 8807535. OLE color: 8807535.
HSL color Cylindrical-coordinate representation of color #6F6486: hue angle of 259.41º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F6486 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 100 | 134 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.47 |
| HSL | 259.41º | 0.15% | 0.46% | - |
| HSV(B) | 259.41º | 0.25% | 0.53% | - |
| XYZ | 15.42 | 14.22 | 24.49 | - |
| YUV | 107.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 134 | 0.17 | 0.25 | 0 | 0.47 | 259.41 | 0.15 | 0.46 |
| Hex | 6F | 64 | 86 | 11 | 19 | 0 | 2F | 103 | F | 2E |
| Octal | 157 | 144 | 206 | 21 | 31 | 0 | 57 | 403 | 17 | 56 |
| Binary | 1101111 | 1100100 | 10000110 | 10001 | 11001 | 0 | 101111 | 100000011 | 1111 | 101110 |
Color Harmonies of #6F6486
Complementary color
Monochromatic Colors of #6F6486
Black with #6F6486
Text Example
Text Example
White with #6F6486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6486; }
p { color: rgb(111,100,134); }
H1.HeaderClassName
{
color: #6F6486;
}
.AnyTagClassName
{
color: #6F6486;
}
</style>
background-color css
<style>
a { background-color: #6F6486; }
a { background-color: rgb(111,100,134); }
div.DivClassName
{
background-color: #6F6486;
}
.BgClassName
{
background-color: #6F6486;
}
</style>
border-color css
<style>
span { border-color: #6F6486; }
span { border-color: rgb(111,100,134); }
td.TdClassName
{
border-color: #6F6486;
}
.TagClassName
{
border-color: #6F6486;
}
</style>