Shades of Slate Blue #6D50CE
Tints of Slate Blue #6D50CE
RGB
CMYK
RGB Variations
Color information
#6D50CE (or 0x6D50CE) is known color: Slate Blue. HEX triplet: 6D, 50 and CE. RGB value is (109,80,206). Sum of RGB (Red+Green+Blue) = 109+80+206=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D50CE is #92AF31. Grayscale: #666666. Windows color (decimal): -9613106 or 13521005. OLE color: 13521005.
HSL color Cylindrical-coordinate representation of color #6D50CE: hue angle of 253.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D50CE is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 80 | 206 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.19 |
| HSL | 253.81º | 0.56% | 0.56% | - |
| HSV(B) | 253.81º | 0.61% | 0.81% | - |
| XYZ | 20.32 | 13.44 | 59.92 | - |
| YUV | 103.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 206 | 0.47 | 0.61 | 0 | 0.19 | 253.81 | 0.56 | 0.56 |
| Hex | 6D | 50 | CE | 2F | 3D | 0 | 13 | FE | 38 | 38 |
| Octal | 155 | 120 | 316 | 57 | 75 | 0 | 23 | 376 | 70 | 70 |
| Binary | 1101101 | 1010000 | 11001110 | 101111 | 111101 | 0 | 10011 | 11111110 | 111000 | 111000 |
Color Harmonies of #6D50CE
Complementary color
Monochromatic Colors of #6D50CE
Black with #6D50CE
Text Example
Text Example
White with #6D50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D50CE; }
p { color: rgb(109,80,206); }
H1.HeaderClassName
{
color: #6D50CE;
}
.AnyTagClassName
{
color: #6D50CE;
}
</style>
background-color css
<style>
a { background-color: #6D50CE; }
a { background-color: rgb(109,80,206); }
div.DivClassName
{
background-color: #6D50CE;
}
.BgClassName
{
background-color: #6D50CE;
}
</style>
border-color css
<style>
span { border-color: #6D50CE; }
span { border-color: rgb(109,80,206); }
td.TdClassName
{
border-color: #6D50CE;
}
.TagClassName
{
border-color: #6D50CE;
}
</style>