Shades of Kimberly #6B638A
Tints of Kimberly #6B638A
RGB
CMYK
RGB Variations
Color information
#6B638A (or 0x6B638A) is known color: Kimberly. HEX triplet: 6B, 63 and 8A. RGB value is (107,99,138). Sum of RGB (Red+Green+Blue) = 107+99+138=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B638A is #949C75. Grayscale: #696969. Windows color (decimal): -9739382 or 9069419. OLE color: 9069419.
HSL color Cylindrical-coordinate representation of color #6B638A: hue angle of 252.31º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B638A is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 99 | 138 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.46 |
| HSL | 252.31º | 0.16% | 0.46% | - |
| HSV(B) | 252.31º | 0.28% | 0.54% | - |
| XYZ | 15.11 | 13.88 | 25.93 | - |
| YUV | 105.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 138 | 0.22 | 0.28 | 0 | 0.46 | 252.31 | 0.16 | 0.46 |
| Hex | 6B | 63 | 8A | 16 | 1C | 0 | 2E | FC | 10 | 2E |
| Octal | 153 | 143 | 212 | 26 | 34 | 0 | 56 | 374 | 20 | 56 |
| Binary | 1101011 | 1100011 | 10001010 | 10110 | 11100 | 0 | 101110 | 11111100 | 10000 | 101110 |
Color Harmonies of #6B638A
Complementary color
Monochromatic Colors of #6B638A
Black with #6B638A
Text Example
Text Example
White with #6B638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B638A; }
p { color: rgb(107,99,138); }
H1.HeaderClassName
{
color: #6B638A;
}
.AnyTagClassName
{
color: #6B638A;
}
</style>
background-color css
<style>
a { background-color: #6B638A; }
a { background-color: rgb(107,99,138); }
div.DivClassName
{
background-color: #6B638A;
}
.BgClassName
{
background-color: #6B638A;
}
</style>
border-color css
<style>
span { border-color: #6B638A; }
span { border-color: rgb(107,99,138); }
td.TdClassName
{
border-color: #6B638A;
}
.TagClassName
{
border-color: #6B638A;
}
</style>