Shades of Slate Blue #6B48DF
Tints of Slate Blue #6B48DF
RGB
CMYK
RGB Variations
Color information
#6B48DF (or 0x6B48DF) is known color: Slate Blue. HEX triplet: 6B, 48 and DF. RGB value is (107,72,223). Sum of RGB (Red+Green+Blue) = 107+72+223=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B48DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B48DF is #94B720. Grayscale: #636363. Windows color (decimal): -9746209 or 14633067. OLE color: 14633067.
HSL color Cylindrical-coordinate representation of color #6B48DF: hue angle of 253.91º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B48DF is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 72 | 223 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.13 |
| HSL | 253.91º | 0.7% | 0.58% | - |
| HSV(B) | 253.91º | 0.68% | 0.87% | - |
| XYZ | 21.7 | 13.09 | 71.19 | - |
| YUV | 99.68 | 197.6 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 223 | 0.52 | 0.68 | 0 | 0.13 | 253.91 | 0.7 | 0.58 |
| Hex | 6B | 48 | DF | 34 | 44 | 0 | D | FE | 46 | 3A |
| Octal | 153 | 110 | 337 | 64 | 104 | 0 | 15 | 376 | 106 | 72 |
| Binary | 1101011 | 1001000 | 11011111 | 110100 | 1000100 | 0 | 1101 | 11111110 | 1000110 | 111010 |
Color Harmonies of #6B48DF
Complementary color
Monochromatic Colors of #6B48DF
Black with #6B48DF
Text Example
Text Example
White with #6B48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B48DF; }
p { color: rgb(107,72,223); }
H1.HeaderClassName
{
color: #6B48DF;
}
.AnyTagClassName
{
color: #6B48DF;
}
</style>
background-color css
<style>
a { background-color: #6B48DF; }
a { background-color: rgb(107,72,223); }
div.DivClassName
{
background-color: #6B48DF;
}
.BgClassName
{
background-color: #6B48DF;
}
</style>
border-color css
<style>
span { border-color: #6B48DF; }
span { border-color: rgb(107,72,223); }
td.TdClassName
{
border-color: #6B48DF;
}
.TagClassName
{
border-color: #6B48DF;
}
</style>