Shades of Slate Blue #6855DC
Tints of Slate Blue #6855DC
RGB
CMYK
RGB Variations
Color information
#6855DC (or 0x6855DC) is known color: Slate Blue. HEX triplet: 68, 55 and DC. RGB value is (104,85,220). Sum of RGB (Red+Green+Blue) = 104+85+220=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #6855DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855DC is #97AA23. Grayscale: #696969. Windows color (decimal): -9939492 or 14439784. OLE color: 14439784.
HSL color Cylindrical-coordinate representation of color #6855DC: hue angle of 248.44º degrees, saturation: 0.66, 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 #6855DC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 85 | 220 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.14 |
| HSL | 248.44º | 0.66% | 0.6% | - |
| HSV(B) | 248.44º | 0.61% | 0.86% | - |
| XYZ | 21.88 | 14.61 | 69.38 | - |
| YUV | 106.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 220 | 0.53 | 0.61 | 0 | 0.14 | 248.44 | 0.66 | 0.6 |
| Hex | 68 | 55 | DC | 35 | 3D | 0 | E | F8 | 42 | 3C |
| Octal | 150 | 125 | 334 | 65 | 75 | 0 | 16 | 370 | 102 | 74 |
| Binary | 1101000 | 1010101 | 11011100 | 110101 | 111101 | 0 | 1110 | 11111000 | 1000010 | 111100 |
Color Harmonies of #6855DC
Complementary color
Monochromatic Colors of #6855DC
Black with #6855DC
Text Example
Text Example
White with #6855DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6855DC; }
p { color: rgb(104,85,220); }
H1.HeaderClassName
{
color: #6855DC;
}
.AnyTagClassName
{
color: #6855DC;
}
</style>
background-color css
<style>
a { background-color: #6855DC; }
a { background-color: rgb(104,85,220); }
div.DivClassName
{
background-color: #6855DC;
}
.BgClassName
{
background-color: #6855DC;
}
</style>
border-color css
<style>
span { border-color: #6855DC; }
span { border-color: rgb(104,85,220); }
td.TdClassName
{
border-color: #6855DC;
}
.TagClassName
{
border-color: #6855DC;
}
</style>