Shades of Blue Violet #6C1DDF
Tints of Blue Violet #6C1DDF
RGB
CMYK
RGB Variations
Color information
#6C1DDF (or 0x6C1DDF) is known color: Blue Violet. HEX triplet: 6C, 1D and DF. RGB value is (108,29,223). Sum of RGB (Red+Green+Blue) = 108+29+223=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C1DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1DDF is #93E220. Grayscale: #4A4A4A. Windows color (decimal): -9691681 or 14622060. OLE color: 14622060.
HSL color Cylindrical-coordinate representation of color #6C1DDF: hue angle of 264.43º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C1DDF is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 29 | 223 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.13 |
| HSL | 264.43º | 0.77% | 0.49% | - |
| HSV(B) | 264.43º | 0.87% | 0.87% | - |
| XYZ | 19.94 | 9.39 | 70.57 | - |
| YUV | 74.74 | 211.67 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 223 | 0.52 | 0.87 | 0 | 0.13 | 264.43 | 0.77 | 0.49 |
| Hex | 6C | 1D | DF | 34 | 57 | 0 | D | 108 | 4D | 31 |
| Octal | 154 | 35 | 337 | 64 | 127 | 0 | 15 | 410 | 115 | 61 |
| Binary | 1101100 | 11101 | 11011111 | 110100 | 1010111 | 0 | 1101 | 100001000 | 1001101 | 110001 |
Color Harmonies of #6C1DDF
Complementary color
Monochromatic Colors of #6C1DDF
Black with #6C1DDF
Text Example
Text Example
White with #6C1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1DDF; }
p { color: rgb(108,29,223); }
H1.HeaderClassName
{
color: #6C1DDF;
}
.AnyTagClassName
{
color: #6C1DDF;
}
</style>
background-color css
<style>
a { background-color: #6C1DDF; }
a { background-color: rgb(108,29,223); }
div.DivClassName
{
background-color: #6C1DDF;
}
.BgClassName
{
background-color: #6C1DDF;
}
</style>
border-color css
<style>
span { border-color: #6C1DDF; }
span { border-color: rgb(108,29,223); }
td.TdClassName
{
border-color: #6C1DDF;
}
.TagClassName
{
border-color: #6C1DDF;
}
</style>