Html Css Color HEX #6E20EB Blue Violet

📋 copy color: '#6E20EB'

red 110 ◦ green 32 ◦ blue 235

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

Shades of Blue Violet #6E20EB

Tints of Blue Violet #6E20EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.49%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 29.18%
G = 8.49%
B = 62.33%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E20EB (or 0x6E20EB) is known color: Blue Violet. HEX triplet: 6E, 20 and EB. RGB value is (110,32,235). Sum of RGB (Red+Green+Blue) = 110+32+235=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E20EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E20EB is #91DF14. Grayscale: #4D4D4D. Windows color (decimal): -9559829 or 15409262. OLE color: 15409262.

HSL color Cylindrical-coordinate representation of color #6E20EB: hue angle of 263.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E20EB is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 32 235 -
CMYK 0.53 0.86 0 0.08
HSL 263.05º 0.84% 0.52% -
HSV(B) 263.05º 0.86% 0.92% -
XYZ 21.94 10.35 79.44 -
YUV 78.46 216.34 150.49 -
System Red Green Blue C M Y K H S L
Decimal 110 32 235 0.53 0.86 0 0.08 263.05 0.84 0.52
Hex 6E 20 EB 35 56 0 8 107 54 34
Octal 156 40 353 65 126 0 10 407 124 64
Binary 1101110 100000 11101011 110101 1010110 0 1000 100000111 1010100 110100

Color Harmonies of #6E20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E20EB

Black with #6E20EB

Text Example


Text Example

White with #6E20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,235); }

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

background-color css

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

 a { background-color: rgb(110,32,235); }

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

border-color css

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

 span { border-color: rgb(110,32,235); }

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