Shades of Slate Blue #6D62DF
Tints of Slate Blue #6D62DF
RGB
CMYK
RGB Variations
Color information
#6D62DF (or 0x6D62DF) is known color: Slate Blue. HEX triplet: 6D, 62 and DF. RGB value is (109,98,223). Sum of RGB (Red+Green+Blue) = 109+98+223=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D62DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D62DF is #929D20. Grayscale: #737373. Windows color (decimal): -9608481 or 14639725. OLE color: 14639725.
HSL color Cylindrical-coordinate representation of color #6D62DF: hue angle of 245.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D62DF is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 98 | 223 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.13 |
| HSL | 245.28º | 0.66% | 0.63% | - |
| HSV(B) | 245.28º | 0.56% | 0.87% | - |
| XYZ | 23.99 | 17.31 | 71.89 | - |
| YUV | 115.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 223 | 0.51 | 0.56 | 0 | 0.13 | 245.28 | 0.66 | 0.63 |
| Hex | 6D | 62 | DF | 33 | 38 | 0 | D | F5 | 42 | 3F |
| Octal | 155 | 142 | 337 | 63 | 70 | 0 | 15 | 365 | 102 | 77 |
| Binary | 1101101 | 1100010 | 11011111 | 110011 | 111000 | 0 | 1101 | 11110101 | 1000010 | 111111 |
Color Harmonies of #6D62DF
Complementary color
Monochromatic Colors of #6D62DF
Black with #6D62DF
Text Example
Text Example
White with #6D62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D62DF; }
p { color: rgb(109,98,223); }
H1.HeaderClassName
{
color: #6D62DF;
}
.AnyTagClassName
{
color: #6D62DF;
}
</style>
background-color css
<style>
a { background-color: #6D62DF; }
a { background-color: rgb(109,98,223); }
div.DivClassName
{
background-color: #6D62DF;
}
.BgClassName
{
background-color: #6D62DF;
}
</style>
border-color css
<style>
span { border-color: #6D62DF; }
span { border-color: rgb(109,98,223); }
td.TdClassName
{
border-color: #6D62DF;
}
.TagClassName
{
border-color: #6D62DF;
}
</style>