Shades of Slate Blue #6950DD
Tints of Slate Blue #6950DD
RGB
CMYK
RGB Variations
Color information
#6950DD (or 0x6950DD) is known color: Slate Blue. HEX triplet: 69, 50 and DD. RGB value is (105,80,221). Sum of RGB (Red+Green+Blue) = 105+80+221=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #6950DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950DD is #96AF22. Grayscale: #676767. Windows color (decimal): -9875235 or 14504041. OLE color: 14504041.
HSL color Cylindrical-coordinate representation of color #6950DD: hue angle of 250.64º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6950DD is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 80 | 221 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.13 |
| HSL | 250.64º | 0.67% | 0.59% | - |
| HSV(B) | 250.64º | 0.64% | 0.87% | - |
| XYZ | 21.75 | 13.96 | 69.96 | - |
| YUV | 103.55 | 194.28 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 221 | 0.52 | 0.64 | 0 | 0.13 | 250.64 | 0.67 | 0.59 |
| Hex | 69 | 50 | DD | 34 | 40 | 0 | D | FB | 43 | 3B |
| Octal | 151 | 120 | 335 | 64 | 100 | 0 | 15 | 373 | 103 | 73 |
| Binary | 1101001 | 1010000 | 11011101 | 110100 | 1000000 | 0 | 1101 | 11111011 | 1000011 | 111011 |
Color Harmonies of #6950DD
Complementary color
Monochromatic Colors of #6950DD
Black with #6950DD
Text Example
Text Example
White with #6950DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6950DD; }
p { color: rgb(105,80,221); }
H1.HeaderClassName
{
color: #6950DD;
}
.AnyTagClassName
{
color: #6950DD;
}
</style>
background-color css
<style>
a { background-color: #6950DD; }
a { background-color: rgb(105,80,221); }
div.DivClassName
{
background-color: #6950DD;
}
.BgClassName
{
background-color: #6950DD;
}
</style>
border-color css
<style>
span { border-color: #6950DD; }
span { border-color: rgb(105,80,221); }
td.TdClassName
{
border-color: #6950DD;
}
.TagClassName
{
border-color: #6950DD;
}
</style>