Html Css Color HEX #6D16EE Electric Indigo

📋 copy color: '#6D16EE'

red 109 ◦ green 22 ◦ blue 238

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

Shades of Electric Indigo #6D16EE

Tints of Electric Indigo #6D16EE

RGB

 RED value IS 109 (42.97% from 255) = 29.54%

 GREEN value IS 22 (8.98% from 255) = 5.96%

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 29.54%
G = 5.96%
B = 64.5%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D16EE (or 0x6D16EE) is known color: Electric Indigo. HEX triplet: 6D, 16 and EE. RGB value is (109,22,238). Sum of RGB (Red+Green+Blue) = 109+22+238=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D16EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D16EE is #92E911. Grayscale: #474747. Windows color (decimal): -9627922 or 15603309. OLE color: 15603309.

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

Color convert

RGB 109 22 238 -
CMYK 0.54 0.91 0 0.07
HSL 264.17º 0.86% 0.51% -
HSV(B) 264.17º 0.91% 0.93% -
XYZ 22.03 10 81.66 -
YUV 72.64 221.32 153.94 -
System Red Green Blue C M Y K H S L
Decimal 109 22 238 0.54 0.91 0 0.07 264.17 0.86 0.51
Hex 6D 16 EE 36 5B 0 7 108 56 33
Octal 155 26 356 66 133 0 7 410 126 63
Binary 1101101 10110 11101110 110110 1011011 0 111 100001000 1010110 110011

Color Harmonies of #6D16EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D16EE

Black with #6D16EE

Text Example


Text Example

White with #6D16EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,238); }

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

background-color css

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

 a { background-color: rgb(109,22,238); }

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

border-color css

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

 span { border-color: rgb(109,22,238); }

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