Shades of Slate Blue #6541DF
Tints of Slate Blue #6541DF
RGB
CMYK
RGB Variations
Color information
#6541DF (or 0x6541DF) is known color: Slate Blue. HEX triplet: 65, 41 and DF. RGB value is (101,65,223). Sum of RGB (Red+Green+Blue) = 101+65+223=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #6541DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541DF is #9ABE20. Grayscale: #5D5D5D. Windows color (decimal): -10141217 or 14631269. OLE color: 14631269.
HSL color Cylindrical-coordinate representation of color #6541DF: hue angle of 253.67º 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 #6541DF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 65 | 223 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.13 |
| HSL | 253.67º | 0.71% | 0.56% | - |
| HSV(B) | 253.67º | 0.71% | 0.87% | - |
| XYZ | 20.58 | 11.88 | 71.02 | - |
| YUV | 93.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 223 | 0.55 | 0.71 | 0 | 0.13 | 253.67 | 0.71 | 0.56 |
| Hex | 65 | 41 | DF | 37 | 47 | 0 | D | FE | 47 | 38 |
| Octal | 145 | 101 | 337 | 67 | 107 | 0 | 15 | 376 | 107 | 70 |
| Binary | 1100101 | 1000001 | 11011111 | 110111 | 1000111 | 0 | 1101 | 11111110 | 1000111 | 111000 |
Color Harmonies of #6541DF
Complementary color
Monochromatic Colors of #6541DF
Black with #6541DF
Text Example
Text Example
White with #6541DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6541DF; }
p { color: rgb(101,65,223); }
H1.HeaderClassName
{
color: #6541DF;
}
.AnyTagClassName
{
color: #6541DF;
}
</style>
background-color css
<style>
a { background-color: #6541DF; }
a { background-color: rgb(101,65,223); }
div.DivClassName
{
background-color: #6541DF;
}
.BgClassName
{
background-color: #6541DF;
}
</style>
border-color css
<style>
span { border-color: #6541DF; }
span { border-color: rgb(101,65,223); }
td.TdClassName
{
border-color: #6541DF;
}
.TagClassName
{
border-color: #6541DF;
}
</style>