Shades of Slate Blue #6861CF
Tints of Slate Blue #6861CF
RGB
CMYK
RGB Variations
Color information
#6861CF (or 0x6861CF) is known color: Slate Blue. HEX triplet: 68, 61 and CF. RGB value is (104,97,207). Sum of RGB (Red+Green+Blue) = 104+97+207=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6861CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6861CF is #979E30. Grayscale: #6F6F6F. Windows color (decimal): -9936433 or 13590888. OLE color: 13590888.
HSL color Cylindrical-coordinate representation of color #6861CF: hue angle of 243.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6861CF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 97 | 207 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.19 |
| HSL | 243.82º | 0.53% | 0.6% | - |
| HSV(B) | 243.82º | 0.53% | 0.81% | - |
| XYZ | 21.25 | 16 | 61 | - |
| YUV | 111.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 207 | 0.50 | 0.53 | 0 | 0.19 | 243.82 | 0.53 | 0.6 |
| Hex | 68 | 61 | CF | 32 | 35 | 0 | 13 | F4 | 35 | 3C |
| Octal | 150 | 141 | 317 | 62 | 65 | 0 | 23 | 364 | 65 | 74 |
| Binary | 1101000 | 1100001 | 11001111 | 110010 | 110101 | 0 | 10011 | 11110100 | 110101 | 111100 |
Color Harmonies of #6861CF
Complementary color
Monochromatic Colors of #6861CF
Black with #6861CF
Text Example
Text Example
White with #6861CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6861CF; }
p { color: rgb(104,97,207); }
H1.HeaderClassName
{
color: #6861CF;
}
.AnyTagClassName
{
color: #6861CF;
}
</style>
background-color css
<style>
a { background-color: #6861CF; }
a { background-color: rgb(104,97,207); }
div.DivClassName
{
background-color: #6861CF;
}
.BgClassName
{
background-color: #6861CF;
}
</style>
border-color css
<style>
span { border-color: #6861CF; }
span { border-color: rgb(104,97,207); }
td.TdClassName
{
border-color: #6861CF;
}
.TagClassName
{
border-color: #6861CF;
}
</style>