Html Css Color HEX #6E20DF Blue Violet

📋 copy color: '#6E20DF'

red 110 ◦ green 32 ◦ blue 223

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

Shades of Blue Violet #6E20DF

Tints of Blue Violet #6E20DF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 30.14%
G = 8.77%
B = 61.1%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E20DF (or 0x6E20DF) is known color: Blue Violet. HEX triplet: 6E, 20 and DF. RGB value is (110,32,223). Sum of RGB (Red+Green+Blue) = 110+32+223=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E20DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E20DF is #91DF20. Grayscale: #4C4C4C. Windows color (decimal): -9559841 or 14622830. OLE color: 14622830.

HSL color Cylindrical-coordinate representation of color #6E20DF: hue angle of 264.5º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E20DF is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 32 223 -
CMYK 0.51 0.86 0 0.13
HSL 264.5º 0.75% 0.5% -
HSV(B) 264.5º 0.86% 0.87% -
XYZ 20.27 9.68 70.61 -
YUV 77.1 210.34 151.47 -
System Red Green Blue C M Y K H S L
Decimal 110 32 223 0.51 0.86 0 0.13 264.5 0.75 0.5
Hex 6E 20 DF 33 56 0 D 109 4B 32
Octal 156 40 337 63 126 0 15 411 113 62
Binary 1101110 100000 11011111 110011 1010110 0 1101 100001001 1001011 110010

Color Harmonies of #6E20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E20DF

Black with #6E20DF

Text Example


Text Example

White with #6E20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,223); }

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

background-color css

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

 a { background-color: rgb(110,32,223); }

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

border-color css

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

 span { border-color: rgb(110,32,223); }

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