Shades of Slate Blue #6950DB
Tints of Slate Blue #6950DB
RGB
CMYK
RGB Variations
Color information
#6950DB (or 0x6950DB) is known color: Slate Blue. HEX triplet: 69, 50 and DB. RGB value is (105,80,219). Sum of RGB (Red+Green+Blue) = 105+80+219=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #6950DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950DB is #96AF24. Grayscale: #666666. Windows color (decimal): -9875237 or 14372969. OLE color: 14372969.
HSL color Cylindrical-coordinate representation of color #6950DB: hue angle of 250.79º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6950DB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 80 | 219 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.14 |
| HSL | 250.79º | 0.66% | 0.59% | - |
| HSV(B) | 250.79º | 0.63% | 0.86% | - |
| XYZ | 21.48 | 13.86 | 68.56 | - |
| YUV | 103.32 | 193.28 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 219 | 0.52 | 0.63 | 0 | 0.14 | 250.79 | 0.66 | 0.59 |
| Hex | 69 | 50 | DB | 34 | 3F | 0 | E | FB | 42 | 3B |
| Octal | 151 | 120 | 333 | 64 | 77 | 0 | 16 | 373 | 102 | 73 |
| Binary | 1101001 | 1010000 | 11011011 | 110100 | 111111 | 0 | 1110 | 11111011 | 1000010 | 111011 |
Color Harmonies of #6950DB
Complementary color
Monochromatic Colors of #6950DB
Black with #6950DB
Text Example
Text Example
White with #6950DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6950DB; }
p { color: rgb(105,80,219); }
H1.HeaderClassName
{
color: #6950DB;
}
.AnyTagClassName
{
color: #6950DB;
}
</style>
background-color css
<style>
a { background-color: #6950DB; }
a { background-color: rgb(105,80,219); }
div.DivClassName
{
background-color: #6950DB;
}
.BgClassName
{
background-color: #6950DB;
}
</style>
border-color css
<style>
span { border-color: #6950DB; }
span { border-color: rgb(105,80,219); }
td.TdClassName
{
border-color: #6950DB;
}
.TagClassName
{
border-color: #6950DB;
}
</style>