Shades of Slate Blue #6955DF
Tints of Slate Blue #6955DF
RGB
CMYK
RGB Variations
Color information
#6955DF (or 0x6955DF) is known color: Slate Blue. HEX triplet: 69, 55 and DF. RGB value is (105,85,223). Sum of RGB (Red+Green+Blue) = 105+85+223=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #6955DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955DF is #96AA20. Grayscale: #6A6A6A. Windows color (decimal): -9873953 or 14636393. OLE color: 14636393.
HSL color Cylindrical-coordinate representation of color #6955DF: hue angle of 248.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6955DF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 85 | 223 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.13 |
| HSL | 248.7º | 0.68% | 0.6% | - |
| HSV(B) | 248.7º | 0.62% | 0.87% | - |
| XYZ | 22.39 | 14.83 | 71.49 | - |
| YUV | 106.71 | 193.63 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 223 | 0.53 | 0.62 | 0 | 0.13 | 248.7 | 0.68 | 0.6 |
| Hex | 69 | 55 | DF | 35 | 3E | 0 | D | F9 | 44 | 3C |
| Octal | 151 | 125 | 337 | 65 | 76 | 0 | 15 | 371 | 104 | 74 |
| Binary | 1101001 | 1010101 | 11011111 | 110101 | 111110 | 0 | 1101 | 11111001 | 1000100 | 111100 |
Color Harmonies of #6955DF
Complementary color
Monochromatic Colors of #6955DF
Black with #6955DF
Text Example
Text Example
White with #6955DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955DF; }
p { color: rgb(105,85,223); }
H1.HeaderClassName
{
color: #6955DF;
}
.AnyTagClassName
{
color: #6955DF;
}
</style>
background-color css
<style>
a { background-color: #6955DF; }
a { background-color: rgb(105,85,223); }
div.DivClassName
{
background-color: #6955DF;
}
.BgClassName
{
background-color: #6955DF;
}
</style>
border-color css
<style>
span { border-color: #6955DF; }
span { border-color: rgb(105,85,223); }
td.TdClassName
{
border-color: #6955DF;
}
.TagClassName
{
border-color: #6955DF;
}
</style>