Shades of Slate Blue #6B48D8
Tints of Slate Blue #6B48D8
RGB
CMYK
RGB Variations
Color information
#6B48D8 (or 0x6B48D8) is known color: Slate Blue. HEX triplet: 6B, 48 and D8. RGB value is (107,72,216). Sum of RGB (Red+Green+Blue) = 107+72+216=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #6B48D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B48D8 is #94B727. Grayscale: #626262. Windows color (decimal): -9746216 or 14174315. OLE color: 14174315.
HSL color Cylindrical-coordinate representation of color #6B48D8: hue angle of 254.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B48D8 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 72 | 216 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.15 |
| HSL | 254.58º | 0.65% | 0.56% | - |
| HSV(B) | 254.58º | 0.67% | 0.85% | - |
| XYZ | 20.78 | 12.72 | 66.33 | - |
| YUV | 98.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 216 | 0.50 | 0.67 | 0 | 0.15 | 254.58 | 0.65 | 0.56 |
| Hex | 6B | 48 | D8 | 32 | 43 | 0 | F | FF | 41 | 38 |
| Octal | 153 | 110 | 330 | 62 | 103 | 0 | 17 | 377 | 101 | 70 |
| Binary | 1101011 | 1001000 | 11011000 | 110010 | 1000011 | 0 | 1111 | 11111111 | 1000001 | 111000 |
Color Harmonies of #6B48D8
Complementary color
Monochromatic Colors of #6B48D8
Black with #6B48D8
Text Example
Text Example
White with #6B48D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B48D8; }
p { color: rgb(107,72,216); }
H1.HeaderClassName
{
color: #6B48D8;
}
.AnyTagClassName
{
color: #6B48D8;
}
</style>
background-color css
<style>
a { background-color: #6B48D8; }
a { background-color: rgb(107,72,216); }
div.DivClassName
{
background-color: #6B48D8;
}
.BgClassName
{
background-color: #6B48D8;
}
</style>
border-color css
<style>
span { border-color: #6B48D8; }
span { border-color: rgb(107,72,216); }
td.TdClassName
{
border-color: #6B48D8;
}
.TagClassName
{
border-color: #6B48D8;
}
</style>