Shades of Blue Violet #6F2DDE
Tints of Blue Violet #6F2DDE
RGB
CMYK
RGB Variations
Color information
#6F2DDE (or 0x6F2DDE) is known color: Blue Violet. HEX triplet: 6F, 2D and DE. RGB value is (111,45,222). Sum of RGB (Red+Green+Blue) = 111+45+222=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F2DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2DDE is #90D221. Grayscale: #545454. Windows color (decimal): -9490978 or 14560623. OLE color: 14560623.
HSL color Cylindrical-coordinate representation of color #6F2DDE: hue angle of 262.37º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F2DDE is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 45 | 222 | - |
| CMYK | 0.5 | 0.80 | 0 | 0.13 |
| HSL | 262.37º | 0.73% | 0.52% | - |
| HSV(B) | 262.37º | 0.8% | 0.87% | - |
| XYZ | 20.68 | 10.53 | 70.05 | - |
| YUV | 84.91 | 205.37 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 222 | 0.5 | 0.80 | 0 | 0.13 | 262.37 | 0.73 | 0.52 |
| Hex | 6F | 2D | DE | 32 | 50 | 0 | D | 106 | 49 | 34 |
| Octal | 157 | 55 | 336 | 62 | 120 | 0 | 15 | 406 | 111 | 64 |
| Binary | 1101111 | 101101 | 11011110 | 110010 | 1010000 | 0 | 1101 | 100000110 | 1001001 | 110100 |
Color Harmonies of #6F2DDE
Complementary color
Monochromatic Colors of #6F2DDE
Black with #6F2DDE
Text Example
Text Example
White with #6F2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2DDE; }
p { color: rgb(111,45,222); }
H1.HeaderClassName
{
color: #6F2DDE;
}
.AnyTagClassName
{
color: #6F2DDE;
}
</style>
background-color css
<style>
a { background-color: #6F2DDE; }
a { background-color: rgb(111,45,222); }
div.DivClassName
{
background-color: #6F2DDE;
}
.BgClassName
{
background-color: #6F2DDE;
}
</style>
border-color css
<style>
span { border-color: #6F2DDE; }
span { border-color: rgb(111,45,222); }
td.TdClassName
{
border-color: #6F2DDE;
}
.TagClassName
{
border-color: #6F2DDE;
}
</style>