Shades of Kimberly #6B678E
Tints of Kimberly #6B678E
RGB
CMYK
RGB Variations
Color information
#6B678E (or 0x6B678E) is known color: Kimberly. HEX triplet: 6B, 67 and 8E. RGB value is (107,103,142). Sum of RGB (Red+Green+Blue) = 107+103+142=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B678E is #949871. Grayscale: #6C6C6C. Windows color (decimal): -9738354 or 9332587. OLE color: 9332587.
HSL color Cylindrical-coordinate representation of color #6B678E: hue angle of 246.15º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B678E is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 103 | 142 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.44 |
| HSL | 246.15º | 0.16% | 0.48% | - |
| HSV(B) | 246.15º | 0.27% | 0.56% | - |
| XYZ | 15.8 | 14.78 | 27.61 | - |
| YUV | 108.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 142 | 0.25 | 0.27 | 0 | 0.44 | 246.15 | 0.16 | 0.48 |
| Hex | 6B | 67 | 8E | 19 | 1B | 0 | 2C | F6 | 10 | 30 |
| Octal | 153 | 147 | 216 | 31 | 33 | 0 | 54 | 366 | 20 | 60 |
| Binary | 1101011 | 1100111 | 10001110 | 11001 | 11011 | 0 | 101100 | 11110110 | 10000 | 110000 |
Color Harmonies of #6B678E
Complementary color
Monochromatic Colors of #6B678E
Black with #6B678E
Text Example
Text Example
White with #6B678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B678E; }
p { color: rgb(107,103,142); }
H1.HeaderClassName
{
color: #6B678E;
}
.AnyTagClassName
{
color: #6B678E;
}
</style>
background-color css
<style>
a { background-color: #6B678E; }
a { background-color: rgb(107,103,142); }
div.DivClassName
{
background-color: #6B678E;
}
.BgClassName
{
background-color: #6B678E;
}
</style>
border-color css
<style>
span { border-color: #6B678E; }
span { border-color: rgb(107,103,142); }
td.TdClassName
{
border-color: #6B678E;
}
.TagClassName
{
border-color: #6B678E;
}
</style>