Shades of Kimberly #6C638B
Tints of Kimberly #6C638B
RGB
CMYK
RGB Variations
Color information
#6C638B (or 0x6C638B) is known color: Kimberly. HEX triplet: 6C, 63 and 8B. RGB value is (108,99,139). Sum of RGB (Red+Green+Blue) = 108+99+139=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C638B is #939C74. Grayscale: #6A6A6A. Windows color (decimal): -9673845 or 9134956. OLE color: 9134956.
HSL color Cylindrical-coordinate representation of color #6C638B: hue angle of 253.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C638B is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 99 | 139 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.45 |
| HSL | 253.5º | 0.17% | 0.47% | - |
| HSV(B) | 253.5º | 0.29% | 0.55% | - |
| XYZ | 15.31 | 13.98 | 26.32 | - |
| YUV | 106.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 139 | 0.22 | 0.29 | 0 | 0.45 | 253.5 | 0.17 | 0.47 |
| Hex | 6C | 63 | 8B | 16 | 1D | 0 | 2D | FE | 11 | 2F |
| Octal | 154 | 143 | 213 | 26 | 35 | 0 | 55 | 376 | 21 | 57 |
| Binary | 1101100 | 1100011 | 10001011 | 10110 | 11101 | 0 | 101101 | 11111110 | 10001 | 101111 |
Color Harmonies of #6C638B
Complementary color
Monochromatic Colors of #6C638B
Black with #6C638B
Text Example
Text Example
White with #6C638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C638B; }
p { color: rgb(108,99,139); }
H1.HeaderClassName
{
color: #6C638B;
}
.AnyTagClassName
{
color: #6C638B;
}
</style>
background-color css
<style>
a { background-color: #6C638B; }
a { background-color: rgb(108,99,139); }
div.DivClassName
{
background-color: #6C638B;
}
.BgClassName
{
background-color: #6C638B;
}
</style>
border-color css
<style>
span { border-color: #6C638B; }
span { border-color: rgb(108,99,139); }
td.TdClassName
{
border-color: #6C638B;
}
.TagClassName
{
border-color: #6C638B;
}
</style>