Shades of Slate Blue #6944CE
Tints of Slate Blue #6944CE
RGB
CMYK
RGB Variations
Color information
#6944CE (or 0x6944CE) is known color: Slate Blue. HEX triplet: 69, 44 and CE. RGB value is (105,68,206). Sum of RGB (Red+Green+Blue) = 105+68+206=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #6944CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944CE is #96BB31. Grayscale: #5E5E5E. Windows color (decimal): -9878322 or 13517929. OLE color: 13517929.
HSL color Cylindrical-coordinate representation of color #6944CE: hue angle of 256.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6944CE is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 68 | 206 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.19 |
| HSL | 256.09º | 0.58% | 0.54% | - |
| HSV(B) | 256.09º | 0.67% | 0.81% | - |
| XYZ | 19.03 | 11.59 | 59.63 | - |
| YUV | 94.8 | 190.76 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 206 | 0.49 | 0.67 | 0 | 0.19 | 256.09 | 0.58 | 0.54 |
| Hex | 69 | 44 | CE | 31 | 43 | 0 | 13 | 100 | 3A | 36 |
| Octal | 151 | 104 | 316 | 61 | 103 | 0 | 23 | 400 | 72 | 66 |
| Binary | 1101001 | 1000100 | 11001110 | 110001 | 1000011 | 0 | 10011 | 100000000 | 111010 | 110110 |
Color Harmonies of #6944CE
Complementary color
Monochromatic Colors of #6944CE
Black with #6944CE
Text Example
Text Example
White with #6944CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944CE; }
p { color: rgb(105,68,206); }
H1.HeaderClassName
{
color: #6944CE;
}
.AnyTagClassName
{
color: #6944CE;
}
</style>
background-color css
<style>
a { background-color: #6944CE; }
a { background-color: rgb(105,68,206); }
div.DivClassName
{
background-color: #6944CE;
}
.BgClassName
{
background-color: #6944CE;
}
</style>
border-color css
<style>
span { border-color: #6944CE; }
span { border-color: rgb(105,68,206); }
td.TdClassName
{
border-color: #6944CE;
}
.TagClassName
{
border-color: #6944CE;
}
</style>