Shades of Kimberly #6B6888
Tints of Kimberly #6B6888
RGB
CMYK
RGB Variations
Color information
#6B6888 (or 0x6B6888) is known color: Kimberly. HEX triplet: 6B, 68 and 88. RGB value is (107,104,136). Sum of RGB (Red+Green+Blue) = 107+104+136=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B6888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6888 is #949777. Grayscale: #6C6C6C. Windows color (decimal): -9738104 or 8939627. OLE color: 8939627.
HSL color Cylindrical-coordinate representation of color #6B6888: hue angle of 245.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B6888 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 104 | 136 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.47 |
| HSL | 245.63º | 0.13% | 0.47% | - |
| HSV(B) | 245.63º | 0.24% | 0.53% | - |
| XYZ | 15.46 | 14.8 | 25.34 | - |
| YUV | 108.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 136 | 0.21 | 0.24 | 0 | 0.47 | 245.63 | 0.13 | 0.47 |
| Hex | 6B | 68 | 88 | 15 | 18 | 0 | 2F | F6 | D | 2F |
| Octal | 153 | 150 | 210 | 25 | 30 | 0 | 57 | 366 | 15 | 57 |
| Binary | 1101011 | 1101000 | 10001000 | 10101 | 11000 | 0 | 101111 | 11110110 | 1101 | 101111 |
Color Harmonies of #6B6888
Complementary color
Monochromatic Colors of #6B6888
Black with #6B6888
Text Example
Text Example
White with #6B6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6888; }
p { color: rgb(107,104,136); }
H1.HeaderClassName
{
color: #6B6888;
}
.AnyTagClassName
{
color: #6B6888;
}
</style>
background-color css
<style>
a { background-color: #6B6888; }
a { background-color: rgb(107,104,136); }
div.DivClassName
{
background-color: #6B6888;
}
.BgClassName
{
background-color: #6B6888;
}
</style>
border-color css
<style>
span { border-color: #6B6888; }
span { border-color: rgb(107,104,136); }
td.TdClassName
{
border-color: #6B6888;
}
.TagClassName
{
border-color: #6B6888;
}
</style>