Shades of Slate Blue #6B57DF
Tints of Slate Blue #6B57DF
RGB
CMYK
RGB Variations
Color information
#6B57DF (or 0x6B57DF) is known color: Slate Blue. HEX triplet: 6B, 57 and DF. RGB value is (107,87,223). Sum of RGB (Red+Green+Blue) = 107+87+223=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B57DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B57DF is #94A820. Grayscale: #6B6B6B. Windows color (decimal): -9742369 or 14636907. OLE color: 14636907.
HSL color Cylindrical-coordinate representation of color #6B57DF: hue angle of 248.82º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B57DF is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 87 | 223 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.13 |
| HSL | 248.82º | 0.68% | 0.61% | - |
| HSV(B) | 248.82º | 0.61% | 0.87% | - |
| XYZ | 22.79 | 15.27 | 71.56 | - |
| YUV | 108.48 | 192.63 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 223 | 0.52 | 0.61 | 0 | 0.13 | 248.82 | 0.68 | 0.61 |
| Hex | 6B | 57 | DF | 34 | 3D | 0 | D | F9 | 44 | 3D |
| Octal | 153 | 127 | 337 | 64 | 75 | 0 | 15 | 371 | 104 | 75 |
| Binary | 1101011 | 1010111 | 11011111 | 110100 | 111101 | 0 | 1101 | 11111001 | 1000100 | 111101 |
Color Harmonies of #6B57DF
Complementary color
Monochromatic Colors of #6B57DF
Black with #6B57DF
Text Example
Text Example
White with #6B57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B57DF; }
p { color: rgb(107,87,223); }
H1.HeaderClassName
{
color: #6B57DF;
}
.AnyTagClassName
{
color: #6B57DF;
}
</style>
background-color css
<style>
a { background-color: #6B57DF; }
a { background-color: rgb(107,87,223); }
div.DivClassName
{
background-color: #6B57DF;
}
.BgClassName
{
background-color: #6B57DF;
}
</style>
border-color css
<style>
span { border-color: #6B57DF; }
span { border-color: rgb(107,87,223); }
td.TdClassName
{
border-color: #6B57DF;
}
.TagClassName
{
border-color: #6B57DF;
}
</style>