Html Css Color HEX #6E3FEB Blue Violet

📋 copy color: '#6E3FEB'

red 110 ◦ green 63 ◦ blue 235

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

Shades of Blue Violet #6E3FEB

Tints of Blue Violet #6E3FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.44%

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

R = 26.96%
G = 15.44%
B = 57.6%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E3FEB (or 0x6E3FEB) is known color: Blue Violet. HEX triplet: 6E, 3F and EB. RGB value is (110,63,235). Sum of RGB (Red+Green+Blue) = 110+63+235=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E3FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3FEB is #91C014. Grayscale: #606060. Windows color (decimal): -9551893 or 15417198. OLE color: 15417198.

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

Color convert

RGB 110 63 235 -
CMYK 0.53 0.73 0 0.08
HSL 256.4º 0.81% 0.58% -
HSV(B) 256.4º 0.73% 0.92% -
XYZ 23.2 12.87 79.86 -
YUV 96.66 206.07 137.51 -
System Red Green Blue C M Y K H S L
Decimal 110 63 235 0.53 0.73 0 0.08 256.4 0.81 0.58
Hex 6E 3F EB 35 49 0 8 100 51 3A
Octal 156 77 353 65 111 0 10 400 121 72
Binary 1101110 111111 11101011 110101 1001001 0 1000 100000000 1010001 111010

Color Harmonies of #6E3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3FEB

Black with #6E3FEB

Text Example


Text Example

White with #6E3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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