Shades of Slate Blue #6843D3
Tints of Slate Blue #6843D3
RGB
CMYK
RGB Variations
Color information
#6843D3 (or 0x6843D3) is known color: Slate Blue. HEX triplet: 68, 43 and D3. RGB value is (104,67,211). Sum of RGB (Red+Green+Blue) = 104+67+211=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #6843D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6843D3 is #97BC2C. Grayscale: #5D5D5D. Windows color (decimal): -9944109 or 13845352. OLE color: 13845352.
HSL color Cylindrical-coordinate representation of color #6843D3: hue angle of 255.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6843D3 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 67 | 211 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.17 |
| HSL | 255.42º | 0.62% | 0.55% | - |
| HSV(B) | 255.42º | 0.68% | 0.83% | - |
| XYZ | 19.47 | 11.66 | 62.85 | - |
| YUV | 94.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 211 | 0.51 | 0.68 | 0 | 0.17 | 255.42 | 0.62 | 0.55 |
| Hex | 68 | 43 | D3 | 33 | 44 | 0 | 11 | FF | 3E | 37 |
| Octal | 150 | 103 | 323 | 63 | 104 | 0 | 21 | 377 | 76 | 67 |
| Binary | 1101000 | 1000011 | 11010011 | 110011 | 1000100 | 0 | 10001 | 11111111 | 111110 | 110111 |
Color Harmonies of #6843D3
Complementary color
Monochromatic Colors of #6843D3
Black with #6843D3
Text Example
Text Example
White with #6843D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6843D3; }
p { color: rgb(104,67,211); }
H1.HeaderClassName
{
color: #6843D3;
}
.AnyTagClassName
{
color: #6843D3;
}
</style>
background-color css
<style>
a { background-color: #6843D3; }
a { background-color: rgb(104,67,211); }
div.DivClassName
{
background-color: #6843D3;
}
.BgClassName
{
background-color: #6843D3;
}
</style>
border-color css
<style>
span { border-color: #6843D3; }
span { border-color: rgb(104,67,211); }
td.TdClassName
{
border-color: #6843D3;
}
.TagClassName
{
border-color: #6843D3;
}
</style>