Shades of Slate Blue #6850CB
Tints of Slate Blue #6850CB
RGB
CMYK
RGB Variations
Color information
#6850CB (or 0x6850CB) is known color: Slate Blue. HEX triplet: 68, 50 and CB. RGB value is (104,80,203). Sum of RGB (Red+Green+Blue) = 104+80+203=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #6850CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850CB is #97AF34. Grayscale: #646464. Windows color (decimal): -9940789 or 13324392. OLE color: 13324392.
HSL color Cylindrical-coordinate representation of color #6850CB: hue angle of 251.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6850CB is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 80 | 203 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.20 |
| HSL | 251.71º | 0.54% | 0.55% | - |
| HSV(B) | 251.71º | 0.61% | 0.8% | - |
| XYZ | 19.36 | 12.99 | 57.99 | - |
| YUV | 101.2 | 185.45 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 203 | 0.49 | 0.61 | 0 | 0.20 | 251.71 | 0.54 | 0.55 |
| Hex | 68 | 50 | CB | 31 | 3D | 0 | 14 | FC | 36 | 37 |
| Octal | 150 | 120 | 313 | 61 | 75 | 0 | 24 | 374 | 66 | 67 |
| Binary | 1101000 | 1010000 | 11001011 | 110001 | 111101 | 0 | 10100 | 11111100 | 110110 | 110111 |
Color Harmonies of #6850CB
Complementary color
Monochromatic Colors of #6850CB
Black with #6850CB
Text Example
Text Example
White with #6850CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850CB; }
p { color: rgb(104,80,203); }
H1.HeaderClassName
{
color: #6850CB;
}
.AnyTagClassName
{
color: #6850CB;
}
</style>
background-color css
<style>
a { background-color: #6850CB; }
a { background-color: rgb(104,80,203); }
div.DivClassName
{
background-color: #6850CB;
}
.BgClassName
{
background-color: #6850CB;
}
</style>
border-color css
<style>
span { border-color: #6850CB; }
span { border-color: rgb(104,80,203); }
td.TdClassName
{
border-color: #6850CB;
}
.TagClassName
{
border-color: #6850CB;
}
</style>