Shades of Slate Blue #6949CE
Tints of Slate Blue #6949CE
RGB
CMYK
RGB Variations
Color information
#6949CE (or 0x6949CE) is known color: Slate Blue. HEX triplet: 69, 49 and CE. RGB value is (105,73,206). Sum of RGB (Red+Green+Blue) = 105+73+206=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #6949CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949CE is #96B631. Grayscale: #616161. Windows color (decimal): -9877042 or 13519209. OLE color: 13519209.
HSL color Cylindrical-coordinate representation of color #6949CE: hue angle of 254.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6949CE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 73 | 206 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.19 |
| HSL | 254.44º | 0.58% | 0.55% | - |
| HSV(B) | 254.44º | 0.65% | 0.81% | - |
| XYZ | 19.35 | 12.22 | 59.73 | - |
| YUV | 97.73 | 189.1 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 206 | 0.49 | 0.65 | 0 | 0.19 | 254.44 | 0.58 | 0.55 |
| Hex | 69 | 49 | CE | 31 | 41 | 0 | 13 | FE | 3A | 37 |
| Octal | 151 | 111 | 316 | 61 | 101 | 0 | 23 | 376 | 72 | 67 |
| Binary | 1101001 | 1001001 | 11001110 | 110001 | 1000001 | 0 | 10011 | 11111110 | 111010 | 110111 |
Color Harmonies of #6949CE
Complementary color
Monochromatic Colors of #6949CE
Black with #6949CE
Text Example
Text Example
White with #6949CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6949CE; }
p { color: rgb(105,73,206); }
H1.HeaderClassName
{
color: #6949CE;
}
.AnyTagClassName
{
color: #6949CE;
}
</style>
background-color css
<style>
a { background-color: #6949CE; }
a { background-color: rgb(105,73,206); }
div.DivClassName
{
background-color: #6949CE;
}
.BgClassName
{
background-color: #6949CE;
}
</style>
border-color css
<style>
span { border-color: #6949CE; }
span { border-color: rgb(105,73,206); }
td.TdClassName
{
border-color: #6949CE;
}
.TagClassName
{
border-color: #6949CE;
}
</style>