Shades of Slate Blue #6C62DF
Tints of Slate Blue #6C62DF
RGB
CMYK
RGB Variations
Color information
#6C62DF (or 0x6C62DF) is known color: Slate Blue. HEX triplet: 6C, 62 and DF. RGB value is (108,98,223). Sum of RGB (Red+Green+Blue) = 108+98+223=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C62DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62DF is #939D20. Grayscale: #727272. Windows color (decimal): -9674017 or 14639724. OLE color: 14639724.
HSL color Cylindrical-coordinate representation of color #6C62DF: hue angle of 244.8º 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 #6C62DF is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 98 | 223 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.13 |
| HSL | 244.8º | 0.66% | 0.63% | - |
| HSV(B) | 244.8º | 0.56% | 0.87% | - |
| XYZ | 23.87 | 17.25 | 71.88 | - |
| YUV | 115.24 | 188.81 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 223 | 0.52 | 0.56 | 0 | 0.13 | 244.8 | 0.66 | 0.63 |
| Hex | 6C | 62 | DF | 34 | 38 | 0 | D | F5 | 42 | 3F |
| Octal | 154 | 142 | 337 | 64 | 70 | 0 | 15 | 365 | 102 | 77 |
| Binary | 1101100 | 1100010 | 11011111 | 110100 | 111000 | 0 | 1101 | 11110101 | 1000010 | 111111 |
Color Harmonies of #6C62DF
Complementary color
Monochromatic Colors of #6C62DF
Black with #6C62DF
Text Example
Text Example
White with #6C62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C62DF; }
p { color: rgb(108,98,223); }
H1.HeaderClassName
{
color: #6C62DF;
}
.AnyTagClassName
{
color: #6C62DF;
}
</style>
background-color css
<style>
a { background-color: #6C62DF; }
a { background-color: rgb(108,98,223); }
div.DivClassName
{
background-color: #6C62DF;
}
.BgClassName
{
background-color: #6C62DF;
}
</style>
border-color css
<style>
span { border-color: #6C62DF; }
span { border-color: rgb(108,98,223); }
td.TdClassName
{
border-color: #6C62DF;
}
.TagClassName
{
border-color: #6C62DF;
}
</style>