Shades of Slate Blue #6141DF
Tints of Slate Blue #6141DF
RGB
CMYK
RGB Variations
Color information
#6141DF (or 0x6141DF) is known color: Slate Blue. HEX triplet: 61, 41 and DF. RGB value is (97,65,223). Sum of RGB (Red+Green+Blue) = 97+65+223=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #6141DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141DF is #9EBE20. Grayscale: #5B5B5B. Windows color (decimal): -10403361 or 14631265. OLE color: 14631265.
HSL color Cylindrical-coordinate representation of color #6141DF: hue angle of 252.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6141DF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 65 | 223 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.13 |
| HSL | 252.15º | 0.71% | 0.56% | - |
| HSV(B) | 252.15º | 0.71% | 0.87% | - |
| XYZ | 20.14 | 11.65 | 71 | - |
| YUV | 92.58 | 201.6 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 223 | 0.57 | 0.71 | 0 | 0.13 | 252.15 | 0.71 | 0.56 |
| Hex | 61 | 41 | DF | 39 | 47 | 0 | D | FC | 47 | 38 |
| Octal | 141 | 101 | 337 | 71 | 107 | 0 | 15 | 374 | 107 | 70 |
| Binary | 1100001 | 1000001 | 11011111 | 111001 | 1000111 | 0 | 1101 | 11111100 | 1000111 | 111000 |
Color Harmonies of #6141DF
Complementary color
Monochromatic Colors of #6141DF
Black with #6141DF
Text Example
Text Example
White with #6141DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6141DF; }
p { color: rgb(97,65,223); }
H1.HeaderClassName
{
color: #6141DF;
}
.AnyTagClassName
{
color: #6141DF;
}
</style>
background-color css
<style>
a { background-color: #6141DF; }
a { background-color: rgb(97,65,223); }
div.DivClassName
{
background-color: #6141DF;
}
.BgClassName
{
background-color: #6141DF;
}
</style>
border-color css
<style>
span { border-color: #6141DF; }
span { border-color: rgb(97,65,223); }
td.TdClassName
{
border-color: #6141DF;
}
.TagClassName
{
border-color: #6141DF;
}
</style>