Html Css Color HEX #6E11DB Blue Violet

📋 copy color: '#6E11DB'

red 110 ◦ green 17 ◦ blue 219

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

Shades of Blue Violet #6E11DB

Tints of Blue Violet #6E11DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 31.79%
G = 4.91%
B = 63.29%

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

#6E11DB (or 0x6E11DB) is known color: Blue Violet. HEX triplet: 6E, 11 and DB. RGB value is (110,17,219). Sum of RGB (Red+Green+Blue) = 110+17+219=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E11DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E11DB is #91EE24. Grayscale: #434343. Windows color (decimal): -9563685 or 14356846. OLE color: 14356846.

HSL color Cylindrical-coordinate representation of color #6E11DB: hue angle of 267.62º 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 #6E11DB is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 17 219 -
CMYK 0.50 0.92 0 0.14
HSL 267.62º 0.86% 0.46% -
HSV(B) 267.62º 0.92% 0.86% -
XYZ 19.42 8.83 67.7 -
YUV 67.84 213.31 158.07 -
System Red Green Blue C M Y K H S L
Decimal 110 17 219 0.50 0.92 0 0.14 267.62 0.86 0.46
Hex 6E 11 DB 32 5C 0 E 10C 56 2E
Octal 156 21 333 62 134 0 16 414 126 56
Binary 1101110 10001 11011011 110010 1011100 0 1110 100001100 1010110 101110

Color Harmonies of #6E11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E11DB

Black with #6E11DB

Text Example


Text Example

White with #6E11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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