Shades of Kimberly #6B6382
Tints of Kimberly #6B6382
RGB
CMYK
RGB Variations
Color information
#6B6382 (or 0x6B6382) is known color: Kimberly. HEX triplet: 6B, 63 and 82. RGB value is (107,99,130). Sum of RGB (Red+Green+Blue) = 107+99+130=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B6382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6382 is #949C7D. Grayscale: #686868. Windows color (decimal): -9739390 or 8545131. OLE color: 8545131.
HSL color Cylindrical-coordinate representation of color #6B6382: hue angle of 255.48º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B6382 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 99 | 130 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.49 |
| HSL | 255.48º | 0.14% | 0.45% | - |
| HSV(B) | 255.48º | 0.24% | 0.51% | - |
| XYZ | 14.55 | 13.66 | 22.99 | - |
| YUV | 104.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 130 | 0.18 | 0.24 | 0 | 0.49 | 255.48 | 0.14 | 0.45 |
| Hex | 6B | 63 | 82 | 12 | 18 | 0 | 31 | FF | E | 2D |
| Octal | 153 | 143 | 202 | 22 | 30 | 0 | 61 | 377 | 16 | 55 |
| Binary | 1101011 | 1100011 | 10000010 | 10010 | 11000 | 0 | 110001 | 11111111 | 1110 | 101101 |
Color Harmonies of #6B6382
Complementary color
Monochromatic Colors of #6B6382
Black with #6B6382
Text Example
Text Example
White with #6B6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6382; }
p { color: rgb(107,99,130); }
H1.HeaderClassName
{
color: #6B6382;
}
.AnyTagClassName
{
color: #6B6382;
}
</style>
background-color css
<style>
a { background-color: #6B6382; }
a { background-color: rgb(107,99,130); }
div.DivClassName
{
background-color: #6B6382;
}
.BgClassName
{
background-color: #6B6382;
}
</style>
border-color css
<style>
span { border-color: #6B6382; }
span { border-color: rgb(107,99,130); }
td.TdClassName
{
border-color: #6B6382;
}
.TagClassName
{
border-color: #6B6382;
}
</style>