Shades of Slate Blue #6853DC
Tints of Slate Blue #6853DC
RGB
CMYK
RGB Variations
Color information
#6853DC (or 0x6853DC) is known color: Slate Blue. HEX triplet: 68, 53 and DC. RGB value is (104,83,220). Sum of RGB (Red+Green+Blue) = 104+83+220=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #6853DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6853DC is #97AC23. Grayscale: #686868. Windows color (decimal): -9940004 or 14439272. OLE color: 14439272.
HSL color Cylindrical-coordinate representation of color #6853DC: hue angle of 249.2º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6853DC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 83 | 220 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.14 |
| HSL | 249.2º | 0.66% | 0.59% | - |
| HSV(B) | 249.2º | 0.62% | 0.86% | - |
| XYZ | 21.72 | 14.3 | 69.32 | - |
| YUV | 104.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 220 | 0.53 | 0.62 | 0 | 0.14 | 249.2 | 0.66 | 0.59 |
| Hex | 68 | 53 | DC | 35 | 3E | 0 | E | F9 | 42 | 3B |
| Octal | 150 | 123 | 334 | 65 | 76 | 0 | 16 | 371 | 102 | 73 |
| Binary | 1101000 | 1010011 | 11011100 | 110101 | 111110 | 0 | 1110 | 11111001 | 1000010 | 111011 |
Color Harmonies of #6853DC
Complementary color
Monochromatic Colors of #6853DC
Black with #6853DC
Text Example
Text Example
White with #6853DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853DC; }
p { color: rgb(104,83,220); }
H1.HeaderClassName
{
color: #6853DC;
}
.AnyTagClassName
{
color: #6853DC;
}
</style>
background-color css
<style>
a { background-color: #6853DC; }
a { background-color: rgb(104,83,220); }
div.DivClassName
{
background-color: #6853DC;
}
.BgClassName
{
background-color: #6853DC;
}
</style>
border-color css
<style>
span { border-color: #6853DC; }
span { border-color: rgb(104,83,220); }
td.TdClassName
{
border-color: #6853DC;
}
.TagClassName
{
border-color: #6853DC;
}
</style>