Shades of Slate Blue #6141DC
Tints of Slate Blue #6141DC
RGB
CMYK
RGB Variations
Color information
#6141DC (or 0x6141DC) is known color: Slate Blue. HEX triplet: 61, 41 and DC. RGB value is (97,65,220). Sum of RGB (Red+Green+Blue) = 97+65+220=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #6141DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141DC is #9EBE23. Grayscale: #5B5B5B. Windows color (decimal): -10403364 or 14434657. OLE color: 14434657.
HSL color Cylindrical-coordinate representation of color #6141DC: hue angle of 252.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6141DC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 65 | 220 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.14 |
| HSL | 252.39º | 0.69% | 0.56% | - |
| HSV(B) | 252.39º | 0.7% | 0.86% | - |
| XYZ | 19.74 | 11.49 | 68.89 | - |
| YUV | 92.24 | 200.1 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 220 | 0.56 | 0.70 | 0 | 0.14 | 252.39 | 0.69 | 0.56 |
| Hex | 61 | 41 | DC | 38 | 46 | 0 | E | FC | 45 | 38 |
| Octal | 141 | 101 | 334 | 70 | 106 | 0 | 16 | 374 | 105 | 70 |
| Binary | 1100001 | 1000001 | 11011100 | 111000 | 1000110 | 0 | 1110 | 11111100 | 1000101 | 111000 |
Color Harmonies of #6141DC
Complementary color
Monochromatic Colors of #6141DC
Black with #6141DC
Text Example
Text Example
White with #6141DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6141DC; }
p { color: rgb(97,65,220); }
H1.HeaderClassName
{
color: #6141DC;
}
.AnyTagClassName
{
color: #6141DC;
}
</style>
background-color css
<style>
a { background-color: #6141DC; }
a { background-color: rgb(97,65,220); }
div.DivClassName
{
background-color: #6141DC;
}
.BgClassName
{
background-color: #6141DC;
}
</style>
border-color css
<style>
span { border-color: #6141DC; }
span { border-color: rgb(97,65,220); }
td.TdClassName
{
border-color: #6141DC;
}
.TagClassName
{
border-color: #6141DC;
}
</style>