Html Css Color HEX #6E25ED Blue Violet

📋 copy color: '#6E25ED'

red 110 ◦ green 37 ◦ blue 237

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

Shades of Blue Violet #6E25ED

Tints of Blue Violet #6E25ED

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.64%

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

R = 28.65%
G = 9.64%
B = 61.72%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E25ED (or 0x6E25ED) is known color: Blue Violet. HEX triplet: 6E, 25 and ED. RGB value is (110,37,237). Sum of RGB (Red+Green+Blue) = 110+37+237=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E25ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E25ED is #91DA12. Grayscale: #505050. Windows color (decimal): -9558547 or 15541614. OLE color: 15541614.

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

Color convert

RGB 110 37 237 -
CMYK 0.54 0.84 0 0.07
HSL 261.9º 0.85% 0.54% -
HSV(B) 261.9º 0.84% 0.93% -
XYZ 22.38 10.75 81.02 -
YUV 81.63 215.68 148.24 -
System Red Green Blue C M Y K H S L
Decimal 110 37 237 0.54 0.84 0 0.07 261.9 0.85 0.54
Hex 6E 25 ED 36 54 0 7 106 55 36
Octal 156 45 355 66 124 0 7 406 125 66
Binary 1101110 100101 11101101 110110 1010100 0 111 100000110 1010101 110110

Color Harmonies of #6E25ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E25ED

Black with #6E25ED

Text Example


Text Example

White with #6E25ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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