Shades of Kimberly #6C6490
Tints of Kimberly #6C6490
RGB
CMYK
RGB Variations
Color information
#6C6490 (or 0x6C6490) is known color: Kimberly. HEX triplet: 6C, 64 and 90. RGB value is (108,100,144). Sum of RGB (Red+Green+Blue) = 108+100+144=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C6490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6490 is #939B6F. Grayscale: #6B6B6B. Windows color (decimal): -9673584 or 9462892. OLE color: 9462892.
HSL color Cylindrical-coordinate representation of color #6C6490: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C6490 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 100 | 144 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.44 |
| HSL | 250.91º | 0.18% | 0.48% | - |
| HSV(B) | 250.91º | 0.31% | 0.56% | - |
| XYZ | 15.78 | 14.32 | 28.32 | - |
| YUV | 107.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 144 | 0.25 | 0.31 | 0 | 0.44 | 250.91 | 0.18 | 0.48 |
| Hex | 6C | 64 | 90 | 19 | 1F | 0 | 2C | FB | 12 | 30 |
| Octal | 154 | 144 | 220 | 31 | 37 | 0 | 54 | 373 | 22 | 60 |
| Binary | 1101100 | 1100100 | 10010000 | 11001 | 11111 | 0 | 101100 | 11111011 | 10010 | 110000 |
Color Harmonies of #6C6490
Complementary color
Monochromatic Colors of #6C6490
Black with #6C6490
Text Example
Text Example
White with #6C6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6490; }
p { color: rgb(108,100,144); }
H1.HeaderClassName
{
color: #6C6490;
}
.AnyTagClassName
{
color: #6C6490;
}
</style>
background-color css
<style>
a { background-color: #6C6490; }
a { background-color: rgb(108,100,144); }
div.DivClassName
{
background-color: #6C6490;
}
.BgClassName
{
background-color: #6C6490;
}
</style>
border-color css
<style>
span { border-color: #6C6490; }
span { border-color: rgb(108,100,144); }
td.TdClassName
{
border-color: #6C6490;
}
.TagClassName
{
border-color: #6C6490;
}
</style>