Shades of Slate Blue #6D59C9
Tints of Slate Blue #6D59C9
RGB
CMYK
RGB Variations
Color information
#6D59C9 (or 0x6D59C9) is known color: Slate Blue. HEX triplet: 6D, 59 and C9. RGB value is (109,89,201). Sum of RGB (Red+Green+Blue) = 109+89+201=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #6D59C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59C9 is #92A636. Grayscale: #6B6B6B. Windows color (decimal): -9610807 or 13195629. OLE color: 13195629.
HSL color Cylindrical-coordinate representation of color #6D59C9: hue angle of 250.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D59C9 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 89 | 201 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.21 |
| HSL | 250.71º | 0.51% | 0.57% | - |
| HSV(B) | 250.71º | 0.56% | 0.79% | - |
| XYZ | 20.42 | 14.61 | 57 | - |
| YUV | 107.75 | 180.63 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 201 | 0.46 | 0.56 | 0 | 0.21 | 250.71 | 0.51 | 0.57 |
| Hex | 6D | 59 | C9 | 2E | 38 | 0 | 15 | FB | 33 | 39 |
| Octal | 155 | 131 | 311 | 56 | 70 | 0 | 25 | 373 | 63 | 71 |
| Binary | 1101101 | 1011001 | 11001001 | 101110 | 111000 | 0 | 10101 | 11111011 | 110011 | 111001 |
Color Harmonies of #6D59C9
Complementary color
Monochromatic Colors of #6D59C9
Black with #6D59C9
Text Example
Text Example
White with #6D59C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D59C9; }
p { color: rgb(109,89,201); }
H1.HeaderClassName
{
color: #6D59C9;
}
.AnyTagClassName
{
color: #6D59C9;
}
</style>
background-color css
<style>
a { background-color: #6D59C9; }
a { background-color: rgb(109,89,201); }
div.DivClassName
{
background-color: #6D59C9;
}
.BgClassName
{
background-color: #6D59C9;
}
</style>
border-color css
<style>
span { border-color: #6D59C9; }
span { border-color: rgb(109,89,201); }
td.TdClassName
{
border-color: #6D59C9;
}
.TagClassName
{
border-color: #6D59C9;
}
</style>