Html Css Color HEX #6E1ADE Blue Violet

📋 copy color: '#6E1ADE'

red 110 ◦ green 26 ◦ blue 222

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

Shades of Blue Violet #6E1ADE

Tints of Blue Violet #6E1ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 30.73%
G = 7.26%
B = 62.01%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E1ADE (or 0x6E1ADE) is known color: Blue Violet. HEX triplet: 6E, 1A and DE. RGB value is (110,26,222). Sum of RGB (Red+Green+Blue) = 110+26+222=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E1ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ADE is #91E521. Grayscale: #484848. Windows color (decimal): -9561378 or 14555758. OLE color: 14555758.

HSL color Cylindrical-coordinate representation of color #6E1ADE: hue angle of 265.71º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1ADE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 26 222 -
CMYK 0.50 0.88 0 0.13
HSL 265.71º 0.79% 0.49% -
HSV(B) 265.71º 0.88% 0.87% -
XYZ 19.98 9.33 69.85 -
YUV 73.46 211.83 154.06 -
System Red Green Blue C M Y K H S L
Decimal 110 26 222 0.50 0.88 0 0.13 265.71 0.79 0.49
Hex 6E 1A DE 32 58 0 D 10A 4F 31
Octal 156 32 336 62 130 0 15 412 117 61
Binary 1101110 11010 11011110 110010 1011000 0 1101 100001010 1001111 110001

Color Harmonies of #6E1ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1ADE

Black with #6E1ADE

Text Example


Text Example

White with #6E1ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,26,222); }

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

background-color css

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

 a { background-color: rgb(110,26,222); }

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

border-color css

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

 span { border-color: rgb(110,26,222); }

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