#6800CD

Color #6800CD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #6800CD

Tints of Dark Violet #6800CD

Color information

#6800CD (or 0x6800CD) is unknown color: approx Dark Violet. HEX triplet: 68, 00 and CD. RGB value is (104,0,205). Sum of RGB (Red+Green+Blue) = 104+0+205=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #6800CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800CD is #97FF32. Grayscale: #353535. Windows color (decimal): -9961267 or 13434984. OLE color: 13434984.

HSL color Cylindrical-coordinate representation of color #6800CD: hue angle of 270.44º 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 #6800CD is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1040205-
CMYK0.49100.20
HSL270.44º100%40.2%-
HSV(B)270.44º100%80.39%-
XYZ16.737.3558.29-
YUV54.47212.96163.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 66.34%
R=33.66%
G=0%
B=66.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10402050.49100.20270.4410040.2
Hex680CD316401410e6428
Octal15003156114402441614450
Binary110100001100110111000111001000101001000011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6800CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6800CD; }

 p { color: rgb(104,0,205); }

 H1.HeaderClassName
 {
   color: #6800CD;
 }
 .AnyTagClassName
 {
   color: #6800CD;
 }
</style>
background-color css

<style>
 a { background-color: #6800CD; }

 a { background-color: rgb(104,0,205); }

 div.DivClassName
 {
   background-color: #6800CD;
 }
 .BgClassName
 {
   background-color: #6800CD;
 }
</style>
border-color css

<style>
 span { border-color: #6800CD; }

 span { border-color: rgb(104,0,205); }

 td.TdClassName
 {
   border-color: #6800CD;
 }
 .TagClassName
 {
   border-color: #6800CD;
 }
</style>