Shades of Slate Blue #6955DB
Tints of Slate Blue #6955DB
RGB
CMYK
RGB Variations
Color information
#6955DB (or 0x6955DB) is known color: Slate Blue. HEX triplet: 69, 55 and DB. RGB value is (105,85,219). Sum of RGB (Red+Green+Blue) = 105+85+219=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #6955DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955DB is #96AA24. Grayscale: #696969. Windows color (decimal): -9873957 or 14374249. OLE color: 14374249.
HSL color Cylindrical-coordinate representation of color #6955DB: hue angle of 248.96º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6955DB is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 85 | 219 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.14 |
| HSL | 248.96º | 0.65% | 0.6% | - |
| HSV(B) | 248.96º | 0.61% | 0.86% | - |
| XYZ | 21.86 | 14.61 | 68.69 | - |
| YUV | 106.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 219 | 0.52 | 0.61 | 0 | 0.14 | 248.96 | 0.65 | 0.6 |
| Hex | 69 | 55 | DB | 34 | 3D | 0 | E | F9 | 41 | 3C |
| Octal | 151 | 125 | 333 | 64 | 75 | 0 | 16 | 371 | 101 | 74 |
| Binary | 1101001 | 1010101 | 11011011 | 110100 | 111101 | 0 | 1110 | 11111001 | 1000001 | 111100 |
Color Harmonies of #6955DB
Complementary color
Monochromatic Colors of #6955DB
Black with #6955DB
Text Example
Text Example
White with #6955DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955DB; }
p { color: rgb(105,85,219); }
H1.HeaderClassName
{
color: #6955DB;
}
.AnyTagClassName
{
color: #6955DB;
}
</style>
background-color css
<style>
a { background-color: #6955DB; }
a { background-color: rgb(105,85,219); }
div.DivClassName
{
background-color: #6955DB;
}
.BgClassName
{
background-color: #6955DB;
}
</style>
border-color css
<style>
span { border-color: #6955DB; }
span { border-color: rgb(105,85,219); }
td.TdClassName
{
border-color: #6955DB;
}
.TagClassName
{
border-color: #6955DB;
}
</style>