Html Css Color HEX #6E22DF Blue Violet

📋 copy color: '#6E22DF'

red 110 ◦ green 34 ◦ blue 223

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

Shades of Blue Violet #6E22DF

Tints of Blue Violet #6E22DF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

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

R = 29.97%
G = 9.26%
B = 60.76%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E22DF (or 0x6E22DF) is known color: Blue Violet. HEX triplet: 6E, 22 and DF. RGB value is (110,34,223). Sum of RGB (Red+Green+Blue) = 110+34+223=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E22DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E22DF is #91DD20. Grayscale: #4D4D4D. Windows color (decimal): -9559329 or 14623342. OLE color: 14623342.

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

Color convert

RGB 110 34 223 -
CMYK 0.51 0.85 0 0.13
HSL 264.13º 0.75% 0.5% -
HSV(B) 264.13º 0.85% 0.87% -
XYZ 20.32 9.79 70.63 -
YUV 78.27 209.68 150.63 -
System Red Green Blue C M Y K H S L
Decimal 110 34 223 0.51 0.85 0 0.13 264.13 0.75 0.5
Hex 6E 22 DF 33 55 0 D 108 4B 32
Octal 156 42 337 63 125 0 15 410 113 62
Binary 1101110 100010 11011111 110011 1010101 0 1101 100001000 1001011 110010

Color Harmonies of #6E22DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E22DF

Black with #6E22DF

Text Example


Text Example

White with #6E22DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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