Shades of Kimberly #6B6388
Tints of Kimberly #6B6388
RGB
CMYK
RGB Variations
Color information
#6B6388 (or 0x6B6388) is known color: Kimberly. HEX triplet: 6B, 63 and 88. RGB value is (107,99,136). Sum of RGB (Red+Green+Blue) = 107+99+136=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6388 is #949C77. Grayscale: #696969. Windows color (decimal): -9739384 or 8938347. OLE color: 8938347.
HSL color Cylindrical-coordinate representation of color #6B6388: hue angle of 252.97º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B6388 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 99 | 136 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.47 |
| HSL | 252.97º | 0.16% | 0.46% | - |
| HSV(B) | 252.97º | 0.27% | 0.53% | - |
| XYZ | 14.97 | 13.83 | 25.17 | - |
| YUV | 105.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 136 | 0.21 | 0.27 | 0 | 0.47 | 252.97 | 0.16 | 0.46 |
| Hex | 6B | 63 | 88 | 15 | 1B | 0 | 2F | FD | 10 | 2E |
| Octal | 153 | 143 | 210 | 25 | 33 | 0 | 57 | 375 | 20 | 56 |
| Binary | 1101011 | 1100011 | 10001000 | 10101 | 11011 | 0 | 101111 | 11111101 | 10000 | 101110 |
Color Harmonies of #6B6388
Complementary color
Monochromatic Colors of #6B6388
Black with #6B6388
Text Example
Text Example
White with #6B6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6388; }
p { color: rgb(107,99,136); }
H1.HeaderClassName
{
color: #6B6388;
}
.AnyTagClassName
{
color: #6B6388;
}
</style>
background-color css
<style>
a { background-color: #6B6388; }
a { background-color: rgb(107,99,136); }
div.DivClassName
{
background-color: #6B6388;
}
.BgClassName
{
background-color: #6B6388;
}
</style>
border-color css
<style>
span { border-color: #6B6388; }
span { border-color: rgb(107,99,136); }
td.TdClassName
{
border-color: #6B6388;
}
.TagClassName
{
border-color: #6B6388;
}
</style>