Shades of Kimberly #6A638D
Tints of Kimberly #6A638D
RGB
CMYK
RGB Variations
Color information
#6A638D (or 0x6A638D) is known color: Kimberly. HEX triplet: 6A, 63 and 8D. RGB value is (106,99,141). Sum of RGB (Red+Green+Blue) = 106+99+141=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A638D is #959C72. Grayscale: #696969. Windows color (decimal): -9804915 or 9266026. OLE color: 9266026.
HSL color Cylindrical-coordinate representation of color #6A638D: hue angle of 250º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A638D is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 99 | 141 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.45 |
| HSL | 250º | 0.18% | 0.47% | - |
| HSV(B) | 250º | 0.3% | 0.55% | - |
| XYZ | 15.21 | 13.91 | 27.08 | - |
| YUV | 105.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 141 | 0.25 | 0.30 | 0 | 0.45 | 250 | 0.18 | 0.47 |
| Hex | 6A | 63 | 8D | 19 | 1E | 0 | 2D | FA | 12 | 2F |
| Octal | 152 | 143 | 215 | 31 | 36 | 0 | 55 | 372 | 22 | 57 |
| Binary | 1101010 | 1100011 | 10001101 | 11001 | 11110 | 0 | 101101 | 11111010 | 10010 | 101111 |
Color Harmonies of #6A638D
Complementary color
Monochromatic Colors of #6A638D
Black with #6A638D
Text Example
Text Example
White with #6A638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A638D; }
p { color: rgb(106,99,141); }
H1.HeaderClassName
{
color: #6A638D;
}
.AnyTagClassName
{
color: #6A638D;
}
</style>
background-color css
<style>
a { background-color: #6A638D; }
a { background-color: rgb(106,99,141); }
div.DivClassName
{
background-color: #6A638D;
}
.BgClassName
{
background-color: #6A638D;
}
</style>
border-color css
<style>
span { border-color: #6A638D; }
span { border-color: rgb(106,99,141); }
td.TdClassName
{
border-color: #6A638D;
}
.TagClassName
{
border-color: #6A638D;
}
</style>