Html Css Color HEX #6E00CE Dark Violet

📋 copy color: '#6E00CE'

red 110 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #6E00CE

Tints of Dark Violet #6E00CE

RGB

 RED value IS 110 (43.36% from 255) = 34.81%

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

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

R = 34.81%
G = 0%
B = 65.19%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E00CE (or 0x6E00CE) is known color: Dark Violet. HEX triplet: 6E, 00 and CE. RGB value is (110,0,206). Sum of RGB (Red+Green+Blue) = 110+0+206=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E00CE is #91FF31. Grayscale: #373737. Windows color (decimal): -9568050 or 13500526. OLE color: 13500526.

HSL color Cylindrical-coordinate representation of color #6E00CE: hue angle of 272.04º 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 #6E00CE is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 0 206 -
CMYK 0.47 1 0 0.19
HSL 272.04º 1% 0.4% -
HSV(B) 272.04º 1% 0.81% -
XYZ 17.57 7.77 58.97 -
YUV 56.37 212.44 166.25 -
System Red Green Blue C M Y K H S L
Decimal 110 0 206 0.47 1 0 0.19 272.04 1 0.4
Hex 6E 0 CE 2F 64 0 13 110 64 28
Octal 156 0 316 57 144 0 23 420 144 50
Binary 1101110 0 11001110 101111 1100100 0 10011 100010000 1100100 101000

Color Harmonies of #6E00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E00CE

Black with #6E00CE

Text Example


Text Example

White with #6E00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E00CE; }

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

 H1.HeaderClassName
 {
   color: #6E00CE;
 }
 .AnyTagClassName
 {
   color: #6E00CE;
 }
</style>

background-color css

<style>
 a { background-color: #6E00CE; }

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

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

border-color css

<style>
 span { border-color: #6E00CE; }

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

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