Shades of Slate Blue #6F50DF
Tints of Slate Blue #6F50DF
RGB
CMYK
RGB Variations
Color information
#6F50DF (or 0x6F50DF) is known color: Slate Blue. HEX triplet: 6F, 50 and DF. RGB value is (111,80,223). Sum of RGB (Red+Green+Blue) = 111+80+223=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F50DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F50DF is #90AF20. Grayscale: #696969. Windows color (decimal): -9482017 or 14635119. OLE color: 14635119.
HSL color Cylindrical-coordinate representation of color #6F50DF: hue angle of 253.01º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F50DF is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 80 | 223 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.13 |
| HSL | 253.01º | 0.69% | 0.59% | - |
| HSV(B) | 253.01º | 0.64% | 0.87% | - |
| XYZ | 22.74 | 14.44 | 71.4 | - |
| YUV | 105.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 223 | 0.50 | 0.64 | 0 | 0.13 | 253.01 | 0.69 | 0.59 |
| Hex | 6F | 50 | DF | 32 | 40 | 0 | D | FD | 45 | 3B |
| Octal | 157 | 120 | 337 | 62 | 100 | 0 | 15 | 375 | 105 | 73 |
| Binary | 1101111 | 1010000 | 11011111 | 110010 | 1000000 | 0 | 1101 | 11111101 | 1000101 | 111011 |
Color Harmonies of #6F50DF
Complementary color
Monochromatic Colors of #6F50DF
Black with #6F50DF
Text Example
Text Example
White with #6F50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50DF; }
p { color: rgb(111,80,223); }
H1.HeaderClassName
{
color: #6F50DF;
}
.AnyTagClassName
{
color: #6F50DF;
}
</style>
background-color css
<style>
a { background-color: #6F50DF; }
a { background-color: rgb(111,80,223); }
div.DivClassName
{
background-color: #6F50DF;
}
.BgClassName
{
background-color: #6F50DF;
}
</style>
border-color css
<style>
span { border-color: #6F50DF; }
span { border-color: rgb(111,80,223); }
td.TdClassName
{
border-color: #6F50DF;
}
.TagClassName
{
border-color: #6F50DF;
}
</style>