Shades of Kimberly #6F688B
Tints of Kimberly #6F688B
RGB
CMYK
RGB Variations
Color information
#6F688B (or 0x6F688B) is known color: Kimberly. HEX triplet: 6F, 68 and 8B. RGB value is (111,104,139). Sum of RGB (Red+Green+Blue) = 111+104+139=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F688B is #909774. Grayscale: #6D6D6D. Windows color (decimal): -9475957 or 9136239. OLE color: 9136239.
HSL color Cylindrical-coordinate representation of color #6F688B: hue angle of 252º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F688B is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 104 | 139 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.45 |
| HSL | 252º | 0.14% | 0.48% | - |
| HSV(B) | 252º | 0.25% | 0.55% | - |
| XYZ | 16.17 | 15.14 | 26.5 | - |
| YUV | 110.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 139 | 0.20 | 0.25 | 0 | 0.45 | 252 | 0.14 | 0.48 |
| Hex | 6F | 68 | 8B | 14 | 19 | 0 | 2D | FC | E | 30 |
| Octal | 157 | 150 | 213 | 24 | 31 | 0 | 55 | 374 | 16 | 60 |
| Binary | 1101111 | 1101000 | 10001011 | 10100 | 11001 | 0 | 101101 | 11111100 | 1110 | 110000 |
Color Harmonies of #6F688B
Complementary color
Monochromatic Colors of #6F688B
Black with #6F688B
Text Example
Text Example
White with #6F688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F688B; }
p { color: rgb(111,104,139); }
H1.HeaderClassName
{
color: #6F688B;
}
.AnyTagClassName
{
color: #6F688B;
}
</style>
background-color css
<style>
a { background-color: #6F688B; }
a { background-color: rgb(111,104,139); }
div.DivClassName
{
background-color: #6F688B;
}
.BgClassName
{
background-color: #6F688B;
}
</style>
border-color css
<style>
span { border-color: #6F688B; }
span { border-color: rgb(111,104,139); }
td.TdClassName
{
border-color: #6F688B;
}
.TagClassName
{
border-color: #6F688B;
}
</style>