Shades of Kimberly #6B678C
Tints of Kimberly #6B678C
RGB
CMYK
RGB Variations
Color information
#6B678C (or 0x6B678C) is known color: Kimberly. HEX triplet: 6B, 67 and 8C. RGB value is (107,103,140). Sum of RGB (Red+Green+Blue) = 107+103+140=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B678C is #949873. Grayscale: #6C6C6C. Windows color (decimal): -9738356 or 9201515. OLE color: 9201515.
HSL color Cylindrical-coordinate representation of color #6B678C: hue angle of 246.49º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B678C is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 103 | 140 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.45 |
| HSL | 246.49º | 0.15% | 0.48% | - |
| HSV(B) | 246.49º | 0.26% | 0.55% | - |
| XYZ | 15.65 | 14.72 | 26.83 | - |
| YUV | 108.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 140 | 0.24 | 0.26 | 0 | 0.45 | 246.49 | 0.15 | 0.48 |
| Hex | 6B | 67 | 8C | 18 | 1A | 0 | 2D | F6 | F | 30 |
| Octal | 153 | 147 | 214 | 30 | 32 | 0 | 55 | 366 | 17 | 60 |
| Binary | 1101011 | 1100111 | 10001100 | 11000 | 11010 | 0 | 101101 | 11110110 | 1111 | 110000 |
Color Harmonies of #6B678C
Complementary color
Monochromatic Colors of #6B678C
Black with #6B678C
Text Example
Text Example
White with #6B678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B678C; }
p { color: rgb(107,103,140); }
H1.HeaderClassName
{
color: #6B678C;
}
.AnyTagClassName
{
color: #6B678C;
}
</style>
background-color css
<style>
a { background-color: #6B678C; }
a { background-color: rgb(107,103,140); }
div.DivClassName
{
background-color: #6B678C;
}
.BgClassName
{
background-color: #6B678C;
}
</style>
border-color css
<style>
span { border-color: #6B678C; }
span { border-color: rgb(107,103,140); }
td.TdClassName
{
border-color: #6B678C;
}
.TagClassName
{
border-color: #6B678C;
}
</style>