Shades of Slate Blue #6955D7
Tints of Slate Blue #6955D7
RGB
CMYK
RGB Variations
Color information
#6955D7 (or 0x6955D7) is known color: Slate Blue. HEX triplet: 69, 55 and D7. RGB value is (105,85,215). Sum of RGB (Red+Green+Blue) = 105+85+215=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #6955D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955D7 is #96AA28. Grayscale: #696969. Windows color (decimal): -9873961 or 14112105. OLE color: 14112105.
HSL color Cylindrical-coordinate representation of color #6955D7: hue angle of 249.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6955D7 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 85 | 215 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.16 |
| HSL | 249.23º | 0.62% | 0.59% | - |
| HSV(B) | 249.23º | 0.6% | 0.84% | - |
| XYZ | 21.34 | 14.41 | 65.95 | - |
| YUV | 105.8 | 189.63 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 215 | 0.51 | 0.60 | 0 | 0.16 | 249.23 | 0.62 | 0.59 |
| Hex | 69 | 55 | D7 | 33 | 3C | 0 | 10 | F9 | 3E | 3B |
| Octal | 151 | 125 | 327 | 63 | 74 | 0 | 20 | 371 | 76 | 73 |
| Binary | 1101001 | 1010101 | 11010111 | 110011 | 111100 | 0 | 10000 | 11111001 | 111110 | 111011 |
Color Harmonies of #6955D7
Complementary color
Monochromatic Colors of #6955D7
Black with #6955D7
Text Example
Text Example
White with #6955D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955D7; }
p { color: rgb(105,85,215); }
H1.HeaderClassName
{
color: #6955D7;
}
.AnyTagClassName
{
color: #6955D7;
}
</style>
background-color css
<style>
a { background-color: #6955D7; }
a { background-color: rgb(105,85,215); }
div.DivClassName
{
background-color: #6955D7;
}
.BgClassName
{
background-color: #6955D7;
}
</style>
border-color css
<style>
span { border-color: #6955D7; }
span { border-color: rgb(105,85,215); }
td.TdClassName
{
border-color: #6955D7;
}
.TagClassName
{
border-color: #6955D7;
}
</style>