Shades of Slate Blue #6D59CE
Tints of Slate Blue #6D59CE
RGB
CMYK
RGB Variations
Color information
#6D59CE (or 0x6D59CE) is known color: Slate Blue. HEX triplet: 6D, 59 and CE. RGB value is (109,89,206). Sum of RGB (Red+Green+Blue) = 109+89+206=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59CE is #92A631. Grayscale: #6B6B6B. Windows color (decimal): -9610802 or 13523309. OLE color: 13523309.
HSL color Cylindrical-coordinate representation of color #6D59CE: hue angle of 250.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D59CE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 89 | 206 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.19 |
| HSL | 250.26º | 0.54% | 0.58% | - |
| HSV(B) | 250.26º | 0.57% | 0.81% | - |
| XYZ | 21.02 | 14.85 | 60.15 | - |
| YUV | 108.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 206 | 0.47 | 0.57 | 0 | 0.19 | 250.26 | 0.54 | 0.58 |
| Hex | 6D | 59 | CE | 2F | 39 | 0 | 13 | FA | 36 | 3A |
| Octal | 155 | 131 | 316 | 57 | 71 | 0 | 23 | 372 | 66 | 72 |
| Binary | 1101101 | 1011001 | 11001110 | 101111 | 111001 | 0 | 10011 | 11111010 | 110110 | 111010 |
Color Harmonies of #6D59CE
Complementary color
Monochromatic Colors of #6D59CE
Black with #6D59CE
Text Example
Text Example
White with #6D59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D59CE; }
p { color: rgb(109,89,206); }
H1.HeaderClassName
{
color: #6D59CE;
}
.AnyTagClassName
{
color: #6D59CE;
}
</style>
background-color css
<style>
a { background-color: #6D59CE; }
a { background-color: rgb(109,89,206); }
div.DivClassName
{
background-color: #6D59CE;
}
.BgClassName
{
background-color: #6D59CE;
}
</style>
border-color css
<style>
span { border-color: #6D59CE; }
span { border-color: rgb(109,89,206); }
td.TdClassName
{
border-color: #6D59CE;
}
.TagClassName
{
border-color: #6D59CE;
}
</style>