Shades of Blue Violet #6F2DDF
Tints of Blue Violet #6F2DDF
RGB
CMYK
RGB Variations
Color information
#6F2DDF (or 0x6F2DDF) is known color: Blue Violet. HEX triplet: 6F, 2D and DF. RGB value is (111,45,223). Sum of RGB (Red+Green+Blue) = 111+45+223=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F2DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2DDF is #90D220. Grayscale: #545454. Windows color (decimal): -9490977 or 14626159. OLE color: 14626159.
HSL color Cylindrical-coordinate representation of color #6F2DDF: hue angle of 262.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F2DDF is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 45 | 223 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.13 |
| HSL | 262.25º | 0.74% | 0.53% | - |
| HSV(B) | 262.25º | 0.8% | 0.87% | - |
| XYZ | 20.81 | 10.58 | 70.76 | - |
| YUV | 85.03 | 205.87 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 223 | 0.50 | 0.80 | 0 | 0.13 | 262.25 | 0.74 | 0.53 |
| Hex | 6F | 2D | DF | 32 | 50 | 0 | D | 106 | 4A | 35 |
| Octal | 157 | 55 | 337 | 62 | 120 | 0 | 15 | 406 | 112 | 65 |
| Binary | 1101111 | 101101 | 11011111 | 110010 | 1010000 | 0 | 1101 | 100000110 | 1001010 | 110101 |
Color Harmonies of #6F2DDF
Complementary color
Monochromatic Colors of #6F2DDF
Black with #6F2DDF
Text Example
Text Example
White with #6F2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2DDF; }
p { color: rgb(111,45,223); }
H1.HeaderClassName
{
color: #6F2DDF;
}
.AnyTagClassName
{
color: #6F2DDF;
}
</style>
background-color css
<style>
a { background-color: #6F2DDF; }
a { background-color: rgb(111,45,223); }
div.DivClassName
{
background-color: #6F2DDF;
}
.BgClassName
{
background-color: #6F2DDF;
}
</style>
border-color css
<style>
span { border-color: #6F2DDF; }
span { border-color: rgb(111,45,223); }
td.TdClassName
{
border-color: #6F2DDF;
}
.TagClassName
{
border-color: #6F2DDF;
}
</style>