Shades of Slate Blue #6843CB
Tints of Slate Blue #6843CB
RGB
CMYK
RGB Variations
Color information
#6843CB (or 0x6843CB) is known color: Slate Blue. HEX triplet: 68, 43 and CB. RGB value is (104,67,203). Sum of RGB (Red+Green+Blue) = 104+67+203=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #6843CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6843CB is #97BC34. Grayscale: #5D5D5D. Windows color (decimal): -9944117 or 13321064. OLE color: 13321064.
HSL color Cylindrical-coordinate representation of color #6843CB: hue angle of 256.32º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6843CB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 67 | 203 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.20 |
| HSL | 256.32º | 0.57% | 0.53% | - |
| HSV(B) | 256.32º | 0.67% | 0.8% | - |
| XYZ | 18.5 | 11.27 | 57.7 | - |
| YUV | 93.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 203 | 0.49 | 0.67 | 0 | 0.20 | 256.32 | 0.57 | 0.53 |
| Hex | 68 | 43 | CB | 31 | 43 | 0 | 14 | 100 | 39 | 35 |
| Octal | 150 | 103 | 313 | 61 | 103 | 0 | 24 | 400 | 71 | 65 |
| Binary | 1101000 | 1000011 | 11001011 | 110001 | 1000011 | 0 | 10100 | 100000000 | 111001 | 110101 |
Color Harmonies of #6843CB
Complementary color
Monochromatic Colors of #6843CB
Black with #6843CB
Text Example
Text Example
White with #6843CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6843CB; }
p { color: rgb(104,67,203); }
H1.HeaderClassName
{
color: #6843CB;
}
.AnyTagClassName
{
color: #6843CB;
}
</style>
background-color css
<style>
a { background-color: #6843CB; }
a { background-color: rgb(104,67,203); }
div.DivClassName
{
background-color: #6843CB;
}
.BgClassName
{
background-color: #6843CB;
}
</style>
border-color css
<style>
span { border-color: #6843CB; }
span { border-color: rgb(104,67,203); }
td.TdClassName
{
border-color: #6843CB;
}
.TagClassName
{
border-color: #6843CB;
}
</style>