Html Css Color HEX #6E11DC Blue Violet

📋 copy color: '#6E11DC'

red 110 ◦ green 17 ◦ blue 220

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

Shades of Blue Violet #6E11DC

Tints of Blue Violet #6E11DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

 BLUE value IS 220 (86.33% from 255) = 63.4%

R = 31.7%
G = 4.9%
B = 63.4%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E11DC (or 0x6E11DC) is known color: Blue Violet. HEX triplet: 6E, 11 and DC. RGB value is (110,17,220). Sum of RGB (Red+Green+Blue) = 110+17+220=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E11DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E11DC is #91EE23. Grayscale: #434343. Windows color (decimal): -9563684 or 14422382. OLE color: 14422382.

HSL color Cylindrical-coordinate representation of color #6E11DC: hue angle of 267.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E11DC is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 17 220 -
CMYK 0.50 0.92 0 0.14
HSL 267.49º 0.86% 0.46% -
HSV(B) 267.49º 0.92% 0.86% -
XYZ 19.55 8.88 68.39 -
YUV 67.95 213.81 157.99 -
System Red Green Blue C M Y K H S L
Decimal 110 17 220 0.50 0.92 0 0.14 267.49 0.86 0.46
Hex 6E 11 DC 32 5C 0 E 10B 56 2E
Octal 156 21 334 62 134 0 16 413 126 56
Binary 1101110 10001 11011100 110010 1011100 0 1110 100001011 1010110 101110

Color Harmonies of #6E11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E11DC

Black with #6E11DC

Text Example


Text Example

White with #6E11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,220); }

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

background-color css

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

 a { background-color: rgb(110,17,220); }

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

border-color css

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

 span { border-color: rgb(110,17,220); }

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