Shades of Slate Blue #6949DC
Tints of Slate Blue #6949DC
RGB
CMYK
RGB Variations
Color information
#6949DC (or 0x6949DC) is known color: Slate Blue. HEX triplet: 69, 49 and DC. RGB value is (105,73,220). Sum of RGB (Red+Green+Blue) = 105+73+220=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #6949DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949DC is #96B623. Grayscale: #626262. Windows color (decimal): -9877028 or 14436713. OLE color: 14436713.
HSL color Cylindrical-coordinate representation of color #6949DC: hue angle of 253.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6949DC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 73 | 220 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.14 |
| HSL | 253.06º | 0.68% | 0.57% | - |
| HSV(B) | 253.06º | 0.67% | 0.86% | - |
| XYZ | 21.13 | 12.94 | 69.09 | - |
| YUV | 99.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 220 | 0.52 | 0.67 | 0 | 0.14 | 253.06 | 0.68 | 0.57 |
| Hex | 69 | 49 | DC | 34 | 43 | 0 | E | FD | 44 | 39 |
| Octal | 151 | 111 | 334 | 64 | 103 | 0 | 16 | 375 | 104 | 71 |
| Binary | 1101001 | 1001001 | 11011100 | 110100 | 1000011 | 0 | 1110 | 11111101 | 1000100 | 111001 |
Color Harmonies of #6949DC
Complementary color
Monochromatic Colors of #6949DC
Black with #6949DC
Text Example
Text Example
White with #6949DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6949DC; }
p { color: rgb(105,73,220); }
H1.HeaderClassName
{
color: #6949DC;
}
.AnyTagClassName
{
color: #6949DC;
}
</style>
background-color css
<style>
a { background-color: #6949DC; }
a { background-color: rgb(105,73,220); }
div.DivClassName
{
background-color: #6949DC;
}
.BgClassName
{
background-color: #6949DC;
}
</style>
border-color css
<style>
span { border-color: #6949DC; }
span { border-color: rgb(105,73,220); }
td.TdClassName
{
border-color: #6949DC;
}
.TagClassName
{
border-color: #6949DC;
}
</style>