Html Css Color HEX #6E2DEF Blue Violet

📋 copy color: '#6E2DEF'

red 110 ◦ green 45 ◦ blue 239

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

Shades of Blue Violet #6E2DEF

Tints of Blue Violet #6E2DEF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 27.92%
G = 11.42%
B = 60.66%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6E2DEF (or 0x6E2DEF) is known color: Blue Violet. HEX triplet: 6E, 2D and EF. RGB value is (110,45,239). Sum of RGB (Red+Green+Blue) = 110+45+239=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E2DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2DEF is #91D210. Grayscale: #555555. Windows color (decimal): -9556497 or 15674734. OLE color: 15674734.

HSL color Cylindrical-coordinate representation of color #6E2DEF: hue angle of 260.1º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2DEF is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 45 239 -
CMYK 0.54 0.81 0 0.06
HSL 260.1º 0.86% 0.56% -
HSV(B) 260.1º 0.81% 0.94% -
XYZ 22.95 11.42 82.66 -
YUV 86.55 214.03 144.73 -
System Red Green Blue C M Y K H S L
Decimal 110 45 239 0.54 0.81 0 0.06 260.1 0.86 0.56
Hex 6E 2D EF 36 51 0 6 104 56 38
Octal 156 55 357 66 121 0 6 404 126 70
Binary 1101110 101101 11101111 110110 1010001 0 110 100000100 1010110 111000

Color Harmonies of #6E2DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2DEF

Black with #6E2DEF

Text Example


Text Example

White with #6E2DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,45,239); }

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

background-color css

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

 a { background-color: rgb(110,45,239); }

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

border-color css

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

 span { border-color: rgb(110,45,239); }

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