Shades of Kimberly #6F6C88
Tints of Kimberly #6F6C88
RGB
CMYK
RGB Variations
Color information
#6F6C88 (or 0x6F6C88) is known color: Kimberly. HEX triplet: 6F, 6C and 88. RGB value is (111,108,136). Sum of RGB (Red+Green+Blue) = 111+108+136=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F6C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6C88 is #909377. Grayscale: #6F6F6F. Windows color (decimal): -9474936 or 8940655. OLE color: 8940655.
HSL color Cylindrical-coordinate representation of color #6F6C88: hue angle of 246.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F6C88 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 108 | 136 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.47 |
| HSL | 246.43º | 0.11% | 0.48% | - |
| HSV(B) | 246.43º | 0.21% | 0.53% | - |
| XYZ | 16.36 | 15.88 | 25.5 | - |
| YUV | 112.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 136 | 0.18 | 0.21 | 0 | 0.47 | 246.43 | 0.11 | 0.48 |
| Hex | 6F | 6C | 88 | 12 | 15 | 0 | 2F | F6 | B | 30 |
| Octal | 157 | 154 | 210 | 22 | 25 | 0 | 57 | 366 | 13 | 60 |
| Binary | 1101111 | 1101100 | 10001000 | 10010 | 10101 | 0 | 101111 | 11110110 | 1011 | 110000 |
Color Harmonies of #6F6C88
Complementary color
Monochromatic Colors of #6F6C88
Black with #6F6C88
Text Example
Text Example
White with #6F6C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C88; }
p { color: rgb(111,108,136); }
H1.HeaderClassName
{
color: #6F6C88;
}
.AnyTagClassName
{
color: #6F6C88;
}
</style>
background-color css
<style>
a { background-color: #6F6C88; }
a { background-color: rgb(111,108,136); }
div.DivClassName
{
background-color: #6F6C88;
}
.BgClassName
{
background-color: #6F6C88;
}
</style>
border-color css
<style>
span { border-color: #6F6C88; }
span { border-color: rgb(111,108,136); }
td.TdClassName
{
border-color: #6F6C88;
}
.TagClassName
{
border-color: #6F6C88;
}
</style>