Shades of Slate Blue #6842CF
Tints of Slate Blue #6842CF
RGB
CMYK
RGB Variations
Color information
#6842CF (or 0x6842CF) is known color: Slate Blue. HEX triplet: 68, 42 and CF. RGB value is (104,66,207). Sum of RGB (Red+Green+Blue) = 104+66+207=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #6842CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6842CF is #97BD30. Grayscale: #5C5C5C. Windows color (decimal): -9944369 or 13582952. OLE color: 13582952.
HSL color Cylindrical-coordinate representation of color #6842CF: hue angle of 256.17º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6842CF is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 66 | 207 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.19 |
| HSL | 256.17º | 0.59% | 0.54% | - |
| HSV(B) | 256.17º | 0.68% | 0.81% | - |
| XYZ | 18.92 | 11.34 | 60.22 | - |
| YUV | 93.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 207 | 0.50 | 0.68 | 0 | 0.19 | 256.17 | 0.59 | 0.54 |
| Hex | 68 | 42 | CF | 32 | 44 | 0 | 13 | 100 | 3B | 36 |
| Octal | 150 | 102 | 317 | 62 | 104 | 0 | 23 | 400 | 73 | 66 |
| Binary | 1101000 | 1000010 | 11001111 | 110010 | 1000100 | 0 | 10011 | 100000000 | 111011 | 110110 |
Color Harmonies of #6842CF
Complementary color
Monochromatic Colors of #6842CF
Black with #6842CF
Text Example
Text Example
White with #6842CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6842CF; }
p { color: rgb(104,66,207); }
H1.HeaderClassName
{
color: #6842CF;
}
.AnyTagClassName
{
color: #6842CF;
}
</style>
background-color css
<style>
a { background-color: #6842CF; }
a { background-color: rgb(104,66,207); }
div.DivClassName
{
background-color: #6842CF;
}
.BgClassName
{
background-color: #6842CF;
}
</style>
border-color css
<style>
span { border-color: #6842CF; }
span { border-color: rgb(104,66,207); }
td.TdClassName
{
border-color: #6842CF;
}
.TagClassName
{
border-color: #6842CF;
}
</style>