Shades of Kimberly #6F6587
Tints of Kimberly #6F6587
RGB
CMYK
RGB Variations
Color information
#6F6587 (or 0x6F6587) is known color: Kimberly. HEX triplet: 6F, 65 and 87. RGB value is (111,101,135). Sum of RGB (Red+Green+Blue) = 111+101+135=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F6587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6587 is #909A78. Grayscale: #6B6B6B. Windows color (decimal): -9476729 or 8873327. OLE color: 8873327.
HSL color Cylindrical-coordinate representation of color #6F6587: hue angle of 257.65º degrees, saturation: 0.14, 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 #6F6587 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 101 | 135 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.47 |
| HSL | 257.65º | 0.14% | 0.46% | - |
| HSV(B) | 257.65º | 0.25% | 0.53% | - |
| XYZ | 15.58 | 14.44 | 24.89 | - |
| YUV | 107.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 135 | 0.18 | 0.25 | 0 | 0.47 | 257.65 | 0.14 | 0.46 |
| Hex | 6F | 65 | 87 | 12 | 19 | 0 | 2F | 102 | E | 2E |
| Octal | 157 | 145 | 207 | 22 | 31 | 0 | 57 | 402 | 16 | 56 |
| Binary | 1101111 | 1100101 | 10000111 | 10010 | 11001 | 0 | 101111 | 100000010 | 1110 | 101110 |
Color Harmonies of #6F6587
Complementary color
Monochromatic Colors of #6F6587
Black with #6F6587
Text Example
Text Example
White with #6F6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6587; }
p { color: rgb(111,101,135); }
H1.HeaderClassName
{
color: #6F6587;
}
.AnyTagClassName
{
color: #6F6587;
}
</style>
background-color css
<style>
a { background-color: #6F6587; }
a { background-color: rgb(111,101,135); }
div.DivClassName
{
background-color: #6F6587;
}
.BgClassName
{
background-color: #6F6587;
}
</style>
border-color css
<style>
span { border-color: #6F6587; }
span { border-color: rgb(111,101,135); }
td.TdClassName
{
border-color: #6F6587;
}
.TagClassName
{
border-color: #6F6587;
}
</style>