Shades of Kimberly #6B678D
Tints of Kimberly #6B678D
RGB
CMYK
RGB Variations
Color information
#6B678D (or 0x6B678D) is known color: Kimberly. HEX triplet: 6B, 67 and 8D. RGB value is (107,103,141). Sum of RGB (Red+Green+Blue) = 107+103+141=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B678D is #949872. Grayscale: #6C6C6C. Windows color (decimal): -9738355 or 9267051. OLE color: 9267051.
HSL color Cylindrical-coordinate representation of color #6B678D: hue angle of 246.32º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B678D is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 103 | 141 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.45 |
| HSL | 246.32º | 0.16% | 0.48% | - |
| HSV(B) | 246.32º | 0.27% | 0.55% | - |
| XYZ | 15.72 | 14.75 | 27.22 | - |
| YUV | 108.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 141 | 0.24 | 0.27 | 0 | 0.45 | 246.32 | 0.16 | 0.48 |
| Hex | 6B | 67 | 8D | 18 | 1B | 0 | 2D | F6 | 10 | 30 |
| Octal | 153 | 147 | 215 | 30 | 33 | 0 | 55 | 366 | 20 | 60 |
| Binary | 1101011 | 1100111 | 10001101 | 11000 | 11011 | 0 | 101101 | 11110110 | 10000 | 110000 |
Color Harmonies of #6B678D
Complementary color
Monochromatic Colors of #6B678D
Black with #6B678D
Text Example
Text Example
White with #6B678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B678D; }
p { color: rgb(107,103,141); }
H1.HeaderClassName
{
color: #6B678D;
}
.AnyTagClassName
{
color: #6B678D;
}
</style>
background-color css
<style>
a { background-color: #6B678D; }
a { background-color: rgb(107,103,141); }
div.DivClassName
{
background-color: #6B678D;
}
.BgClassName
{
background-color: #6B678D;
}
</style>
border-color css
<style>
span { border-color: #6B678D; }
span { border-color: rgb(107,103,141); }
td.TdClassName
{
border-color: #6B678D;
}
.TagClassName
{
border-color: #6B678D;
}
</style>