Shades of Kimberly #6B678B
Tints of Kimberly #6B678B
RGB
CMYK
RGB Variations
Color information
#6B678B (or 0x6B678B) is known color: Kimberly. HEX triplet: 6B, 67 and 8B. RGB value is (107,103,139). Sum of RGB (Red+Green+Blue) = 107+103+139=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B678B is #949874. Grayscale: #6C6C6C. Windows color (decimal): -9738357 or 9135979. OLE color: 9135979.
HSL color Cylindrical-coordinate representation of color #6B678B: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B678B is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 103 | 139 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.45 |
| HSL | 246.67º | 0.15% | 0.47% | - |
| HSV(B) | 246.67º | 0.26% | 0.55% | - |
| XYZ | 15.57 | 14.69 | 26.44 | - |
| YUV | 108.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 139 | 0.23 | 0.26 | 0 | 0.45 | 246.67 | 0.15 | 0.47 |
| Hex | 6B | 67 | 8B | 17 | 1A | 0 | 2D | F7 | F | 2F |
| Octal | 153 | 147 | 213 | 27 | 32 | 0 | 55 | 367 | 17 | 57 |
| Binary | 1101011 | 1100111 | 10001011 | 10111 | 11010 | 0 | 101101 | 11110111 | 1111 | 101111 |
Color Harmonies of #6B678B
Complementary color
Monochromatic Colors of #6B678B
Black with #6B678B
Text Example
Text Example
White with #6B678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B678B; }
p { color: rgb(107,103,139); }
H1.HeaderClassName
{
color: #6B678B;
}
.AnyTagClassName
{
color: #6B678B;
}
</style>
background-color css
<style>
a { background-color: #6B678B; }
a { background-color: rgb(107,103,139); }
div.DivClassName
{
background-color: #6B678B;
}
.BgClassName
{
background-color: #6B678B;
}
</style>
border-color css
<style>
span { border-color: #6B678B; }
span { border-color: rgb(107,103,139); }
td.TdClassName
{
border-color: #6B678B;
}
.TagClassName
{
border-color: #6B678B;
}
</style>