Shades of Slate Blue #6041DC
Tints of Slate Blue #6041DC
RGB
CMYK
RGB Variations
Color information
#6041DC (or 0x6041DC) is known color: Slate Blue. HEX triplet: 60, 41 and DC. RGB value is (96,65,220). Sum of RGB (Red+Green+Blue) = 96+65+220=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #6041DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041DC is #9FBE23. Grayscale: #5B5B5B. Windows color (decimal): -10468900 or 14434656. OLE color: 14434656.
HSL color Cylindrical-coordinate representation of color #6041DC: hue angle of 252º 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 #6041DC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 65 | 220 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.14 |
| HSL | 252º | 0.69% | 0.56% | - |
| HSV(B) | 252º | 0.7% | 0.86% | - |
| XYZ | 19.63 | 11.43 | 68.88 | - |
| YUV | 91.94 | 200.27 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 220 | 0.56 | 0.70 | 0 | 0.14 | 252 | 0.69 | 0.56 |
| Hex | 60 | 41 | DC | 38 | 46 | 0 | E | FC | 45 | 38 |
| Octal | 140 | 101 | 334 | 70 | 106 | 0 | 16 | 374 | 105 | 70 |
| Binary | 1100000 | 1000001 | 11011100 | 111000 | 1000110 | 0 | 1110 | 11111100 | 1000101 | 111000 |
Color Harmonies of #6041DC
Complementary color
Monochromatic Colors of #6041DC
Black with #6041DC
Text Example
Text Example
White with #6041DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041DC; }
p { color: rgb(96,65,220); }
H1.HeaderClassName
{
color: #6041DC;
}
.AnyTagClassName
{
color: #6041DC;
}
</style>
background-color css
<style>
a { background-color: #6041DC; }
a { background-color: rgb(96,65,220); }
div.DivClassName
{
background-color: #6041DC;
}
.BgClassName
{
background-color: #6041DC;
}
</style>
border-color css
<style>
span { border-color: #6041DC; }
span { border-color: rgb(96,65,220); }
td.TdClassName
{
border-color: #6041DC;
}
.TagClassName
{
border-color: #6041DC;
}
</style>