Html Css Color HEX #6E1BDE Blue Violet

📋 copy color: '#6E1BDE'

red 110 ◦ green 27 ◦ blue 222

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

Shades of Blue Violet #6E1BDE

Tints of Blue Violet #6E1BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

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

R = 30.64%
G = 7.52%
B = 61.84%

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

#6E1BDE (or 0x6E1BDE) is known color: Blue Violet. HEX triplet: 6E, 1B and DE. RGB value is (110,27,222). Sum of RGB (Red+Green+Blue) = 110+27+222=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E1BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1BDE is #91E421. Grayscale: #494949. Windows color (decimal): -9561122 or 14556014. OLE color: 14556014.

HSL color Cylindrical-coordinate representation of color #6E1BDE: hue angle of 265.54º degrees, saturation: 0.78, 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 #6E1BDE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 27 222 -
CMYK 0.50 0.88 0 0.13
HSL 265.54º 0.78% 0.49% -
HSV(B) 265.54º 0.88% 0.87% -
XYZ 20.01 9.37 69.86 -
YUV 74.05 211.5 153.64 -
System Red Green Blue C M Y K H S L
Decimal 110 27 222 0.50 0.88 0 0.13 265.54 0.78 0.49
Hex 6E 1B DE 32 58 0 D 10A 4E 31
Octal 156 33 336 62 130 0 15 412 116 61
Binary 1101110 11011 11011110 110010 1011000 0 1101 100001010 1001110 110001

Color Harmonies of #6E1BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1BDE

Black with #6E1BDE

Text Example


Text Example

White with #6E1BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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