Shades of Slate Blue #6C61DF
Tints of Slate Blue #6C61DF
RGB
CMYK
RGB Variations
Color information
#6C61DF (or 0x6C61DF) is known color: Slate Blue. HEX triplet: 6C, 61 and DF. RGB value is (108,97,223). Sum of RGB (Red+Green+Blue) = 108+97+223=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C61DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C61DF is #939E20. Grayscale: #727272. Windows color (decimal): -9674273 or 14639468. OLE color: 14639468.
HSL color Cylindrical-coordinate representation of color #6C61DF: hue angle of 245.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C61DF is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 97 | 223 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.13 |
| HSL | 245.24º | 0.66% | 0.63% | - |
| HSV(B) | 245.24º | 0.57% | 0.87% | - |
| XYZ | 23.78 | 17.07 | 71.85 | - |
| YUV | 114.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 223 | 0.52 | 0.57 | 0 | 0.13 | 245.24 | 0.66 | 0.63 |
| Hex | 6C | 61 | DF | 34 | 39 | 0 | D | F5 | 42 | 3F |
| Octal | 154 | 141 | 337 | 64 | 71 | 0 | 15 | 365 | 102 | 77 |
| Binary | 1101100 | 1100001 | 11011111 | 110100 | 111001 | 0 | 1101 | 11110101 | 1000010 | 111111 |
Color Harmonies of #6C61DF
Complementary color
Monochromatic Colors of #6C61DF
Black with #6C61DF
Text Example
Text Example
White with #6C61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C61DF; }
p { color: rgb(108,97,223); }
H1.HeaderClassName
{
color: #6C61DF;
}
.AnyTagClassName
{
color: #6C61DF;
}
</style>
background-color css
<style>
a { background-color: #6C61DF; }
a { background-color: rgb(108,97,223); }
div.DivClassName
{
background-color: #6C61DF;
}
.BgClassName
{
background-color: #6C61DF;
}
</style>
border-color css
<style>
span { border-color: #6C61DF; }
span { border-color: rgb(108,97,223); }
td.TdClassName
{
border-color: #6C61DF;
}
.TagClassName
{
border-color: #6C61DF;
}
</style>