Shades of Slate Blue #6853E2
Tints of Slate Blue #6853E2
RGB
CMYK
RGB Variations
Color information
#6853E2 (or 0x6853E2) is known color: Slate Blue. HEX triplet: 68, 53 and E2. RGB value is (104,83,226). Sum of RGB (Red+Green+Blue) = 104+83+226=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 226 (88.67% from 255 or 54.72% from 413); Max value from RGB is 226 - color contains mainly: blue. Hex color #6853E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6853E2 is #97AC1D. Grayscale: #696969. Windows color (decimal): -9939998 or 14832488. OLE color: 14832488.
HSL color Cylindrical-coordinate representation of color #6853E2: hue angle of 248.81º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6853E2 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 83 | 226 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.11 |
| HSL | 248.81º | 0.71% | 0.61% | - |
| HSV(B) | 248.81º | 0.63% | 0.89% | - |
| XYZ | 22.53 | 14.62 | 73.59 | - |
| YUV | 105.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 226 | 0.54 | 0.63 | 0 | 0.11 | 248.81 | 0.71 | 0.61 |
| Hex | 68 | 53 | E2 | 36 | 3F | 0 | B | F9 | 47 | 3D |
| Octal | 150 | 123 | 342 | 66 | 77 | 0 | 13 | 371 | 107 | 75 |
| Binary | 1101000 | 1010011 | 11100010 | 110110 | 111111 | 0 | 1011 | 11111001 | 1000111 | 111101 |
Color Harmonies of #6853E2
Complementary color
Monochromatic Colors of #6853E2
Black with #6853E2
Text Example
Text Example
White with #6853E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6853E2; }
p { color: rgb(104,83,226); }
H1.HeaderClassName
{
color: #6853E2;
}
.AnyTagClassName
{
color: #6853E2;
}
</style>
background-color css
<style>
a { background-color: #6853E2; }
a { background-color: rgb(104,83,226); }
div.DivClassName
{
background-color: #6853E2;
}
.BgClassName
{
background-color: #6853E2;
}
</style>
border-color css
<style>
span { border-color: #6853E2; }
span { border-color: rgb(104,83,226); }
td.TdClassName
{
border-color: #6853E2;
}
.TagClassName
{
border-color: #6853E2;
}
</style>