Html Css Color HEX #6E28ED Blue Violet

📋 copy color: '#6E28ED'

red 110 ◦ green 40 ◦ blue 237

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

Shades of Blue Violet #6E28ED

Tints of Blue Violet #6E28ED

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

 BLUE value IS 237 (92.97% from 255) = 61.24%

R = 28.42%
G = 10.34%
B = 61.24%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E28ED (or 0x6E28ED) is known color: Blue Violet. HEX triplet: 6E, 28 and ED. RGB value is (110,40,237). Sum of RGB (Red+Green+Blue) = 110+40+237=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E28ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E28ED is #91D712. Grayscale: #525252. Windows color (decimal): -9557779 or 15542382. OLE color: 15542382.

HSL color Cylindrical-coordinate representation of color #6E28ED: hue angle of 261.32º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E28ED is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 40 237 -
CMYK 0.54 0.83 0 0.07
HSL 261.32º 0.85% 0.54% -
HSV(B) 261.32º 0.83% 0.93% -
XYZ 22.48 10.95 81.05 -
YUV 83.39 214.69 146.98 -
System Red Green Blue C M Y K H S L
Decimal 110 40 237 0.54 0.83 0 0.07 261.32 0.85 0.54
Hex 6E 28 ED 36 53 0 7 105 55 36
Octal 156 50 355 66 123 0 7 405 125 66
Binary 1101110 101000 11101101 110110 1010011 0 111 100000101 1010101 110110

Color Harmonies of #6E28ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E28ED

Black with #6E28ED

Text Example


Text Example

White with #6E28ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,40,237); }

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

background-color css

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

 a { background-color: rgb(110,40,237); }

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

border-color css

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

 span { border-color: rgb(110,40,237); }

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