Shades of Slate Blue #6850CC
Tints of Slate Blue #6850CC
RGB
CMYK
RGB Variations
Color information
#6850CC (or 0x6850CC) is known color: Slate Blue. HEX triplet: 68, 50 and CC. RGB value is (104,80,204). Sum of RGB (Red+Green+Blue) = 104+80+204=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #6850CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850CC is #97AF33. Grayscale: #646464. Windows color (decimal): -9940788 or 13389928. OLE color: 13389928.
HSL color Cylindrical-coordinate representation of color #6850CC: hue angle of 251.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6850CC is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 80 | 204 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.2 |
| HSL | 251.61º | 0.55% | 0.56% | - |
| HSV(B) | 251.61º | 0.61% | 0.8% | - |
| XYZ | 19.48 | 13.04 | 58.62 | - |
| YUV | 101.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 204 | 0.49 | 0.61 | 0 | 0.2 | 251.61 | 0.55 | 0.56 |
| Hex | 68 | 50 | CC | 31 | 3D | 0 | 14 | FC | 37 | 38 |
| Octal | 150 | 120 | 314 | 61 | 75 | 0 | 24 | 374 | 67 | 70 |
| Binary | 1101000 | 1010000 | 11001100 | 110001 | 111101 | 0 | 10100 | 11111100 | 110111 | 111000 |
Color Harmonies of #6850CC
Complementary color
Monochromatic Colors of #6850CC
Black with #6850CC
Text Example
Text Example
White with #6850CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850CC; }
p { color: rgb(104,80,204); }
H1.HeaderClassName
{
color: #6850CC;
}
.AnyTagClassName
{
color: #6850CC;
}
</style>
background-color css
<style>
a { background-color: #6850CC; }
a { background-color: rgb(104,80,204); }
div.DivClassName
{
background-color: #6850CC;
}
.BgClassName
{
background-color: #6850CC;
}
</style>
border-color css
<style>
span { border-color: #6850CC; }
span { border-color: rgb(104,80,204); }
td.TdClassName
{
border-color: #6850CC;
}
.TagClassName
{
border-color: #6850CC;
}
</style>