Shades of Slate Blue #6851CF
Tints of Slate Blue #6851CF
RGB
CMYK
RGB Variations
Color information
#6851CF (or 0x6851CF) is known color: Slate Blue. HEX triplet: 68, 51 and CF. RGB value is (104,81,207). Sum of RGB (Red+Green+Blue) = 104+81+207=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #6851CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6851CF is #97AE30. Grayscale: #656565. Windows color (decimal): -9940529 or 13586792. OLE color: 13586792.
HSL color Cylindrical-coordinate representation of color #6851CF: hue angle of 250.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6851CF is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 81 | 207 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.19 |
| HSL | 250.95º | 0.57% | 0.56% | - |
| HSV(B) | 250.95º | 0.61% | 0.81% | - |
| XYZ | 19.91 | 13.33 | 60.56 | - |
| YUV | 102.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 207 | 0.50 | 0.61 | 0 | 0.19 | 250.95 | 0.57 | 0.56 |
| Hex | 68 | 51 | CF | 32 | 3D | 0 | 13 | FB | 39 | 38 |
| Octal | 150 | 121 | 317 | 62 | 75 | 0 | 23 | 373 | 71 | 70 |
| Binary | 1101000 | 1010001 | 11001111 | 110010 | 111101 | 0 | 10011 | 11111011 | 111001 | 111000 |
Color Harmonies of #6851CF
Complementary color
Monochromatic Colors of #6851CF
Black with #6851CF
Text Example
Text Example
White with #6851CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6851CF; }
p { color: rgb(104,81,207); }
H1.HeaderClassName
{
color: #6851CF;
}
.AnyTagClassName
{
color: #6851CF;
}
</style>
background-color css
<style>
a { background-color: #6851CF; }
a { background-color: rgb(104,81,207); }
div.DivClassName
{
background-color: #6851CF;
}
.BgClassName
{
background-color: #6851CF;
}
</style>
border-color css
<style>
span { border-color: #6851CF; }
span { border-color: rgb(104,81,207); }
td.TdClassName
{
border-color: #6851CF;
}
.TagClassName
{
border-color: #6851CF;
}
</style>