Shades of Kimberly #6C6484
Tints of Kimberly #6C6484
RGB
CMYK
RGB Variations
Color information
#6C6484 (or 0x6C6484) is known color: Kimberly. HEX triplet: 6C, 64 and 84. RGB value is (108,100,132). Sum of RGB (Red+Green+Blue) = 108+100+132=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6484 is #939B7B. Grayscale: #696969. Windows color (decimal): -9673596 or 8676460. OLE color: 8676460.
HSL color Cylindrical-coordinate representation of color #6C6484: hue angle of 255º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6484 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 100 | 132 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.48 |
| HSL | 255º | 0.14% | 0.45% | - |
| HSV(B) | 255º | 0.24% | 0.52% | - |
| XYZ | 14.91 | 13.97 | 23.74 | - |
| YUV | 106.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 132 | 0.18 | 0.24 | 0 | 0.48 | 255 | 0.14 | 0.45 |
| Hex | 6C | 64 | 84 | 12 | 18 | 0 | 30 | FF | E | 2D |
| Octal | 154 | 144 | 204 | 22 | 30 | 0 | 60 | 377 | 16 | 55 |
| Binary | 1101100 | 1100100 | 10000100 | 10010 | 11000 | 0 | 110000 | 11111111 | 1110 | 101101 |
Color Harmonies of #6C6484
Complementary color
Monochromatic Colors of #6C6484
Black with #6C6484
Text Example
Text Example
White with #6C6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6484; }
p { color: rgb(108,100,132); }
H1.HeaderClassName
{
color: #6C6484;
}
.AnyTagClassName
{
color: #6C6484;
}
</style>
background-color css
<style>
a { background-color: #6C6484; }
a { background-color: rgb(108,100,132); }
div.DivClassName
{
background-color: #6C6484;
}
.BgClassName
{
background-color: #6C6484;
}
</style>
border-color css
<style>
span { border-color: #6C6484; }
span { border-color: rgb(108,100,132); }
td.TdClassName
{
border-color: #6C6484;
}
.TagClassName
{
border-color: #6C6484;
}
</style>