Shades of Slate Blue #6855DF
Tints of Slate Blue #6855DF
RGB
CMYK
RGB Variations
Color information
#6855DF (or 0x6855DF) is known color: Slate Blue. HEX triplet: 68, 55 and DF. RGB value is (104,85,223). Sum of RGB (Red+Green+Blue) = 104+85+223=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #6855DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855DF is #97AA20. Grayscale: #696969. Windows color (decimal): -9939489 or 14636392. OLE color: 14636392.
HSL color Cylindrical-coordinate representation of color #6855DF: hue angle of 248.26º 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 #6855DF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 85 | 223 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.13 |
| HSL | 248.26º | 0.68% | 0.6% | - |
| HSV(B) | 248.26º | 0.62% | 0.87% | - |
| XYZ | 22.28 | 14.77 | 71.49 | - |
| YUV | 106.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 223 | 0.53 | 0.62 | 0 | 0.13 | 248.26 | 0.68 | 0.6 |
| Hex | 68 | 55 | DF | 35 | 3E | 0 | D | F8 | 44 | 3C |
| Octal | 150 | 125 | 337 | 65 | 76 | 0 | 15 | 370 | 104 | 74 |
| Binary | 1101000 | 1010101 | 11011111 | 110101 | 111110 | 0 | 1101 | 11111000 | 1000100 | 111100 |
Color Harmonies of #6855DF
Complementary color
Monochromatic Colors of #6855DF
Black with #6855DF
Text Example
Text Example
White with #6855DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855DF; }
p { color: rgb(104,85,223); }
H1.HeaderClassName
{
color: #6855DF;
}
.AnyTagClassName
{
color: #6855DF;
}
</style>
background-color css
<style>
a { background-color: #6855DF; }
a { background-color: rgb(104,85,223); }
div.DivClassName
{
background-color: #6855DF;
}
.BgClassName
{
background-color: #6855DF;
}
</style>
border-color css
<style>
span { border-color: #6855DF; }
span { border-color: rgb(104,85,223); }
td.TdClassName
{
border-color: #6855DF;
}
.TagClassName
{
border-color: #6855DF;
}
</style>