Shades of Slate Blue #6B49CD
Tints of Slate Blue #6B49CD
RGB
CMYK
RGB Variations
Color information
#6B49CD (or 0x6B49CD) is known color: Slate Blue. HEX triplet: 6B, 49 and CD. RGB value is (107,73,205). Sum of RGB (Red+Green+Blue) = 107+73+205=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B49CD is #94B632. Grayscale: #616161. Windows color (decimal): -9745971 or 13453675. OLE color: 13453675.
HSL color Cylindrical-coordinate representation of color #6B49CD: hue angle of 255.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B49CD is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 73 | 205 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.20 |
| HSL | 255.45º | 0.57% | 0.55% | - |
| HSV(B) | 255.45º | 0.64% | 0.8% | - |
| XYZ | 19.47 | 12.3 | 59.11 | - |
| YUV | 98.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 205 | 0.48 | 0.64 | 0 | 0.20 | 255.45 | 0.57 | 0.55 |
| Hex | 6B | 49 | CD | 30 | 40 | 0 | 14 | FF | 39 | 37 |
| Octal | 153 | 111 | 315 | 60 | 100 | 0 | 24 | 377 | 71 | 67 |
| Binary | 1101011 | 1001001 | 11001101 | 110000 | 1000000 | 0 | 10100 | 11111111 | 111001 | 110111 |
Color Harmonies of #6B49CD
Complementary color
Monochromatic Colors of #6B49CD
Black with #6B49CD
Text Example
Text Example
White with #6B49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B49CD; }
p { color: rgb(107,73,205); }
H1.HeaderClassName
{
color: #6B49CD;
}
.AnyTagClassName
{
color: #6B49CD;
}
</style>
background-color css
<style>
a { background-color: #6B49CD; }
a { background-color: rgb(107,73,205); }
div.DivClassName
{
background-color: #6B49CD;
}
.BgClassName
{
background-color: #6B49CD;
}
</style>
border-color css
<style>
span { border-color: #6B49CD; }
span { border-color: rgb(107,73,205); }
td.TdClassName
{
border-color: #6B49CD;
}
.TagClassName
{
border-color: #6B49CD;
}
</style>