Shades of Slate Blue #6950E3
Tints of Slate Blue #6950E3
RGB
CMYK
RGB Variations
Color information
#6950E3 (or 0x6950E3) is known color: Slate Blue. HEX triplet: 69, 50 and E3. RGB value is (105,80,227). Sum of RGB (Red+Green+Blue) = 105+80+227=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 227 (89.06% from 255 or 55.10% from 412); Max value from RGB is 227 - color contains mainly: blue. Hex color #6950E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950E3 is #96AF1C. Grayscale: #676767. Windows color (decimal): -9875229 or 14897257. OLE color: 14897257.
HSL color Cylindrical-coordinate representation of color #6950E3: hue angle of 250.2º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6950E3 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 80 | 227 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.11 |
| HSL | 250.2º | 0.72% | 0.6% | - |
| HSV(B) | 250.2º | 0.65% | 0.89% | - |
| XYZ | 22.56 | 14.29 | 74.24 | - |
| YUV | 104.23 | 197.28 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 227 | 0.54 | 0.65 | 0 | 0.11 | 250.2 | 0.72 | 0.6 |
| Hex | 69 | 50 | E3 | 36 | 41 | 0 | B | FA | 48 | 3C |
| Octal | 151 | 120 | 343 | 66 | 101 | 0 | 13 | 372 | 110 | 74 |
| Binary | 1101001 | 1010000 | 11100011 | 110110 | 1000001 | 0 | 1011 | 11111010 | 1001000 | 111100 |
Color Harmonies of #6950E3
Complementary color
Monochromatic Colors of #6950E3
Black with #6950E3
Text Example
Text Example
White with #6950E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6950E3; }
p { color: rgb(105,80,227); }
H1.HeaderClassName
{
color: #6950E3;
}
.AnyTagClassName
{
color: #6950E3;
}
</style>
background-color css
<style>
a { background-color: #6950E3; }
a { background-color: rgb(105,80,227); }
div.DivClassName
{
background-color: #6950E3;
}
.BgClassName
{
background-color: #6950E3;
}
</style>
border-color css
<style>
span { border-color: #6950E3; }
span { border-color: rgb(105,80,227); }
td.TdClassName
{
border-color: #6950E3;
}
.TagClassName
{
border-color: #6950E3;
}
</style>