Shades of Dark Violet #6900CD
Tints of Dark Violet #6900CD
RGB
CMYK
RGB Variations
Color information
#6900CD (or 0x6900CD) is known color: Dark Violet. HEX triplet: 69, 00 and CD. RGB value is (105,0,205). Sum of RGB (Red+Green+Blue) = 105+0+205=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #6900CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900CD is #96FF32. Grayscale: #363636. Windows color (decimal): -9895731 or 13434985. OLE color: 13434985.
HSL color Cylindrical-coordinate representation of color #6900CD: hue angle of 270.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900CD is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 0 | 205 | - |
| CMYK | 0.49 | 1 | 0 | 0.20 |
| HSL | 270.73º | 1% | 0.4% | - |
| HSV(B) | 270.73º | 1% | 0.8% | - |
| XYZ | 16.85 | 7.41 | 58.3 | - |
| YUV | 54.77 | 212.79 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 205 | 0.49 | 1 | 0 | 0.20 | 270.73 | 1 | 0.4 |
| Hex | 69 | 0 | CD | 31 | 64 | 0 | 14 | 10F | 64 | 28 |
| Octal | 151 | 0 | 315 | 61 | 144 | 0 | 24 | 417 | 144 | 50 |
| Binary | 1101001 | 0 | 11001101 | 110001 | 1100100 | 0 | 10100 | 100001111 | 1100100 | 101000 |
Color Harmonies of #6900CD
Complementary color
Monochromatic Colors of #6900CD
Black with #6900CD
Text Example
Text Example
White with #6900CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6900CD; }
p { color: rgb(105,0,205); }
H1.HeaderClassName
{
color: #6900CD;
}
.AnyTagClassName
{
color: #6900CD;
}
</style>
background-color css
<style>
a { background-color: #6900CD; }
a { background-color: rgb(105,0,205); }
div.DivClassName
{
background-color: #6900CD;
}
.BgClassName
{
background-color: #6900CD;
}
</style>
border-color css
<style>
span { border-color: #6900CD; }
span { border-color: rgb(105,0,205); }
td.TdClassName
{
border-color: #6900CD;
}
.TagClassName
{
border-color: #6900CD;
}
</style>