Html Css Color HEX #6800CE Dark Violet

📋 copy color: '#6800CE'

red 104 ◦ green 0 ◦ blue 206

#6800CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #6800CE

Tints of Dark Violet #6800CE

RGB

 RED value IS 104 (41.02% from 255) = 33.55%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 33.55%
G = 0%
B = 66.45%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6800CE (or 0x6800CE) is known color: Dark Violet. HEX triplet: 68, 00 and CE. RGB value is (104,0,206). Sum of RGB (Red+Green+Blue) = 104+0+206=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #6800CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800CE is #97FF31. Grayscale: #353535. Windows color (decimal): -9961266 or 13500520. OLE color: 13500520.

HSL color Cylindrical-coordinate representation of color #6800CE: hue angle of 270.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800CE is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 0 206 -
CMYK 0.50 1 0 0.19
HSL 270.29º 1% 0.4% -
HSV(B) 270.29º 1% 0.81% -
XYZ 16.85 7.4 58.93 -
YUV 54.58 213.46 163.25 -
System Red Green Blue C M Y K H S L
Decimal 104 0 206 0.50 1 0 0.19 270.29 1 0.4
Hex 68 0 CE 32 64 0 13 10E 64 28
Octal 150 0 316 62 144 0 23 416 144 50
Binary 1101000 0 11001110 110010 1100100 0 10011 100001110 1100100 101000

Color Harmonies of #6800CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800CE

Black with #6800CE

Text Example


Text Example

White with #6800CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6800CE;
 }
 .AnyTagClassName
 {
   color: #6800CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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