Shades of Slate Blue #6845CF
Tints of Slate Blue #6845CF
RGB
CMYK
RGB Variations
Color information
#6845CF (or 0x6845CF) is known color: Slate Blue. HEX triplet: 68, 45 and CF. RGB value is (104,69,207). Sum of RGB (Red+Green+Blue) = 104+69+207=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #6845CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6845CF is #97BA30. Grayscale: #5E5E5E. Windows color (decimal): -9943601 or 13583720. OLE color: 13583720.
HSL color Cylindrical-coordinate representation of color #6845CF: hue angle of 255.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6845CF is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 69 | 207 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.19 |
| HSL | 255.22º | 0.59% | 0.54% | - |
| HSV(B) | 255.22º | 0.67% | 0.81% | - |
| XYZ | 19.1 | 11.7 | 60.28 | - |
| YUV | 95.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 207 | 0.50 | 0.67 | 0 | 0.19 | 255.22 | 0.59 | 0.54 |
| Hex | 68 | 45 | CF | 32 | 43 | 0 | 13 | FF | 3B | 36 |
| Octal | 150 | 105 | 317 | 62 | 103 | 0 | 23 | 377 | 73 | 66 |
| Binary | 1101000 | 1000101 | 11001111 | 110010 | 1000011 | 0 | 10011 | 11111111 | 111011 | 110110 |
Color Harmonies of #6845CF
Complementary color
Monochromatic Colors of #6845CF
Black with #6845CF
Text Example
Text Example
White with #6845CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6845CF; }
p { color: rgb(104,69,207); }
H1.HeaderClassName
{
color: #6845CF;
}
.AnyTagClassName
{
color: #6845CF;
}
</style>
background-color css
<style>
a { background-color: #6845CF; }
a { background-color: rgb(104,69,207); }
div.DivClassName
{
background-color: #6845CF;
}
.BgClassName
{
background-color: #6845CF;
}
</style>
border-color css
<style>
span { border-color: #6845CF; }
span { border-color: rgb(104,69,207); }
td.TdClassName
{
border-color: #6845CF;
}
.TagClassName
{
border-color: #6845CF;
}
</style>