Shades of Kimberly #6C668E
Tints of Kimberly #6C668E
RGB
CMYK
RGB Variations
Color information
#6C668E (or 0x6C668E) is known color: Kimberly. HEX triplet: 6C, 66 and 8E. RGB value is (108,102,142). Sum of RGB (Red+Green+Blue) = 108+102+142=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 102 (40.23% from 255 or 28.98% 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 #6C668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C668E is #939971. Grayscale: #6C6C6C. Windows color (decimal): -9673074 or 9332332. OLE color: 9332332.
HSL color Cylindrical-coordinate representation of color #6C668E: hue angle of 249º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C668E is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 102 | 142 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.44 |
| HSL | 249º | 0.16% | 0.48% | - |
| HSV(B) | 249º | 0.28% | 0.56% | - |
| XYZ | 15.82 | 14.64 | 27.58 | - |
| YUV | 108.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 142 | 0.24 | 0.28 | 0 | 0.44 | 249 | 0.16 | 0.48 |
| Hex | 6C | 66 | 8E | 18 | 1C | 0 | 2C | F9 | 10 | 30 |
| Octal | 154 | 146 | 216 | 30 | 34 | 0 | 54 | 371 | 20 | 60 |
| Binary | 1101100 | 1100110 | 10001110 | 11000 | 11100 | 0 | 101100 | 11111001 | 10000 | 110000 |
Color Harmonies of #6C668E
Complementary color
Monochromatic Colors of #6C668E
Black with #6C668E
Text Example
Text Example
White with #6C668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C668E; }
p { color: rgb(108,102,142); }
H1.HeaderClassName
{
color: #6C668E;
}
.AnyTagClassName
{
color: #6C668E;
}
</style>
background-color css
<style>
a { background-color: #6C668E; }
a { background-color: rgb(108,102,142); }
div.DivClassName
{
background-color: #6C668E;
}
.BgClassName
{
background-color: #6C668E;
}
</style>
border-color css
<style>
span { border-color: #6C668E; }
span { border-color: rgb(108,102,142); }
td.TdClassName
{
border-color: #6C668E;
}
.TagClassName
{
border-color: #6C668E;
}
</style>