Shades of Slate Blue #6041CF
Tints of Slate Blue #6041CF
RGB
CMYK
RGB Variations
Color information
#6041CF (or 0x6041CF) is known color: Slate Blue. HEX triplet: 60, 41 and CF. RGB value is (96,65,207). Sum of RGB (Red+Green+Blue) = 96+65+207=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #6041CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041CF is #9FBE30. Grayscale: #595959. Windows color (decimal): -10468913 or 13582688. OLE color: 13582688.
HSL color Cylindrical-coordinate representation of color #6041CF: hue angle of 253.1º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6041CF is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 65 | 207 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.19 |
| HSL | 253.1º | 0.6% | 0.53% | - |
| HSV(B) | 253.1º | 0.69% | 0.81% | - |
| XYZ | 17.98 | 10.77 | 60.16 | - |
| YUV | 90.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 207 | 0.54 | 0.69 | 0 | 0.19 | 253.1 | 0.6 | 0.53 |
| Hex | 60 | 41 | CF | 36 | 45 | 0 | 13 | FD | 3C | 35 |
| Octal | 140 | 101 | 317 | 66 | 105 | 0 | 23 | 375 | 74 | 65 |
| Binary | 1100000 | 1000001 | 11001111 | 110110 | 1000101 | 0 | 10011 | 11111101 | 111100 | 110101 |
Color Harmonies of #6041CF
Complementary color
Monochromatic Colors of #6041CF
Black with #6041CF
Text Example
Text Example
White with #6041CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041CF; }
p { color: rgb(96,65,207); }
H1.HeaderClassName
{
color: #6041CF;
}
.AnyTagClassName
{
color: #6041CF;
}
</style>
background-color css
<style>
a { background-color: #6041CF; }
a { background-color: rgb(96,65,207); }
div.DivClassName
{
background-color: #6041CF;
}
.BgClassName
{
background-color: #6041CF;
}
</style>
border-color css
<style>
span { border-color: #6041CF; }
span { border-color: rgb(96,65,207); }
td.TdClassName
{
border-color: #6041CF;
}
.TagClassName
{
border-color: #6041CF;
}
</style>