Html Css Color HEX #6E2BEB Blue Violet

📋 copy color: '#6E2BEB'

red 110 ◦ green 43 ◦ blue 235

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

Shades of Blue Violet #6E2BEB

Tints of Blue Violet #6E2BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.08%

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

R = 28.35%
G = 11.08%
B = 60.57%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E2BEB (or 0x6E2BEB) is known color: Blue Violet. HEX triplet: 6E, 2B and EB. RGB value is (110,43,235). Sum of RGB (Red+Green+Blue) = 110+43+235=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E2BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2BEB is #91D414. Grayscale: #545454. Windows color (decimal): -9557013 or 15412078. OLE color: 15412078.

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

Color convert

RGB 110 43 235 -
CMYK 0.53 0.82 0 0.08
HSL 260.94º 0.83% 0.55% -
HSV(B) 260.94º 0.82% 0.92% -
XYZ 22.29 11.04 79.55 -
YUV 84.92 212.7 145.89 -
System Red Green Blue C M Y K H S L
Decimal 110 43 235 0.53 0.82 0 0.08 260.94 0.83 0.55
Hex 6E 2B EB 35 52 0 8 105 53 37
Octal 156 53 353 65 122 0 10 405 123 67
Binary 1101110 101011 11101011 110101 1010010 0 1000 100000101 1010011 110111

Color Harmonies of #6E2BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2BEB

Black with #6E2BEB

Text Example


Text Example

White with #6E2BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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