Shades of Slate Blue #6D53DF
Tints of Slate Blue #6D53DF
RGB
CMYK
RGB Variations
Color information
#6D53DF (or 0x6D53DF) is known color: Slate Blue. HEX triplet: 6D, 53 and DF. RGB value is (109,83,223). Sum of RGB (Red+Green+Blue) = 109+83+223=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D53DF is #92AC20. Grayscale: #6A6A6A. Windows color (decimal): -9612321 or 14635885. OLE color: 14635885.
HSL color Cylindrical-coordinate representation of color #6D53DF: hue angle of 251.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D53DF is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 83 | 223 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.13 |
| HSL | 251.14º | 0.69% | 0.6% | - |
| HSV(B) | 251.14º | 0.63% | 0.87% | - |
| XYZ | 22.72 | 14.77 | 71.46 | - |
| YUV | 106.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 223 | 0.51 | 0.63 | 0 | 0.13 | 251.14 | 0.69 | 0.6 |
| Hex | 6D | 53 | DF | 33 | 3F | 0 | D | FB | 45 | 3C |
| Octal | 155 | 123 | 337 | 63 | 77 | 0 | 15 | 373 | 105 | 74 |
| Binary | 1101101 | 1010011 | 11011111 | 110011 | 111111 | 0 | 1101 | 11111011 | 1000101 | 111100 |
Color Harmonies of #6D53DF
Complementary color
Monochromatic Colors of #6D53DF
Black with #6D53DF
Text Example
Text Example
White with #6D53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D53DF; }
p { color: rgb(109,83,223); }
H1.HeaderClassName
{
color: #6D53DF;
}
.AnyTagClassName
{
color: #6D53DF;
}
</style>
background-color css
<style>
a { background-color: #6D53DF; }
a { background-color: rgb(109,83,223); }
div.DivClassName
{
background-color: #6D53DF;
}
.BgClassName
{
background-color: #6D53DF;
}
</style>
border-color css
<style>
span { border-color: #6D53DF; }
span { border-color: rgb(109,83,223); }
td.TdClassName
{
border-color: #6D53DF;
}
.TagClassName
{
border-color: #6D53DF;
}
</style>