Shades of Slate Blue #6B48DD
Tints of Slate Blue #6B48DD
RGB
CMYK
RGB Variations
Color information
#6B48DD (or 0x6B48DD) is known color: Slate Blue. HEX triplet: 6B, 48 and DD. RGB value is (107,72,221). Sum of RGB (Red+Green+Blue) = 107+72+221=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B48DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B48DD is #94B722. Grayscale: #626262. Windows color (decimal): -9746211 or 14501995. OLE color: 14501995.
HSL color Cylindrical-coordinate representation of color #6B48DD: hue angle of 254.09º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B48DD is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 72 | 221 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.13 |
| HSL | 254.09º | 0.69% | 0.57% | - |
| HSV(B) | 254.09º | 0.67% | 0.87% | - |
| XYZ | 21.43 | 12.98 | 69.78 | - |
| YUV | 99.45 | 196.6 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 221 | 0.52 | 0.67 | 0 | 0.13 | 254.09 | 0.69 | 0.57 |
| Hex | 6B | 48 | DD | 34 | 43 | 0 | D | FE | 45 | 39 |
| Octal | 153 | 110 | 335 | 64 | 103 | 0 | 15 | 376 | 105 | 71 |
| Binary | 1101011 | 1001000 | 11011101 | 110100 | 1000011 | 0 | 1101 | 11111110 | 1000101 | 111001 |
Color Harmonies of #6B48DD
Complementary color
Monochromatic Colors of #6B48DD
Black with #6B48DD
Text Example
Text Example
White with #6B48DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B48DD; }
p { color: rgb(107,72,221); }
H1.HeaderClassName
{
color: #6B48DD;
}
.AnyTagClassName
{
color: #6B48DD;
}
</style>
background-color css
<style>
a { background-color: #6B48DD; }
a { background-color: rgb(107,72,221); }
div.DivClassName
{
background-color: #6B48DD;
}
.BgClassName
{
background-color: #6B48DD;
}
</style>
border-color css
<style>
span { border-color: #6B48DD; }
span { border-color: rgb(107,72,221); }
td.TdClassName
{
border-color: #6B48DD;
}
.TagClassName
{
border-color: #6B48DD;
}
</style>