Shades of Slate Blue #6944D0
Tints of Slate Blue #6944D0
RGB
CMYK
RGB Variations
Color information
#6944D0 (or 0x6944D0) is known color: Slate Blue. HEX triplet: 69, 44 and D0. RGB value is (105,68,208). Sum of RGB (Red+Green+Blue) = 105+68+208=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #6944D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944D0 is #96BB2F. Grayscale: #5E5E5E. Windows color (decimal): -9878320 or 13649001. OLE color: 13649001.
HSL color Cylindrical-coordinate representation of color #6944D0: hue angle of 255.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6944D0 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 68 | 208 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.18 |
| HSL | 255.86º | 0.6% | 0.54% | - |
| HSV(B) | 255.86º | 0.67% | 0.82% | - |
| XYZ | 19.28 | 11.69 | 60.92 | - |
| YUV | 95.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 208 | 0.50 | 0.67 | 0 | 0.18 | 255.86 | 0.6 | 0.54 |
| Hex | 69 | 44 | D0 | 32 | 43 | 0 | 12 | 100 | 3C | 36 |
| Octal | 151 | 104 | 320 | 62 | 103 | 0 | 22 | 400 | 74 | 66 |
| Binary | 1101001 | 1000100 | 11010000 | 110010 | 1000011 | 0 | 10010 | 100000000 | 111100 | 110110 |
Color Harmonies of #6944D0
Complementary color
Monochromatic Colors of #6944D0
Black with #6944D0
Text Example
Text Example
White with #6944D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944D0; }
p { color: rgb(105,68,208); }
H1.HeaderClassName
{
color: #6944D0;
}
.AnyTagClassName
{
color: #6944D0;
}
</style>
background-color css
<style>
a { background-color: #6944D0; }
a { background-color: rgb(105,68,208); }
div.DivClassName
{
background-color: #6944D0;
}
.BgClassName
{
background-color: #6944D0;
}
</style>
border-color css
<style>
span { border-color: #6944D0; }
span { border-color: rgb(105,68,208); }
td.TdClassName
{
border-color: #6944D0;
}
.TagClassName
{
border-color: #6944D0;
}
</style>