Html Css Color HEX #6D14EE Electric Indigo

📋 copy color: '#6D14EE'

red 109 ◦ green 20 ◦ blue 238

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

Shades of Electric Indigo #6D14EE

Tints of Electric Indigo #6D14EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

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

R = 29.7%
G = 5.45%
B = 64.85%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D14EE (or 0x6D14EE) is known color: Electric Indigo. HEX triplet: 6D, 14 and EE. RGB value is (109,20,238). Sum of RGB (Red+Green+Blue) = 109+20+238=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D14EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D14EE is #92EB11. Grayscale: #464646. Windows color (decimal): -9628434 or 15602797. OLE color: 15602797.

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

Color convert

RGB 109 20 238 -
CMYK 0.54 0.92 0 0.07
HSL 264.5º 0.87% 0.51% -
HSV(B) 264.5º 0.92% 0.93% -
XYZ 21.99 9.92 81.65 -
YUV 71.46 221.99 154.77 -
System Red Green Blue C M Y K H S L
Decimal 109 20 238 0.54 0.92 0 0.07 264.5 0.87 0.51
Hex 6D 14 EE 36 5C 0 7 108 57 33
Octal 155 24 356 66 134 0 7 410 127 63
Binary 1101101 10100 11101110 110110 1011100 0 111 100001000 1010111 110011

Color Harmonies of #6D14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D14EE

Black with #6D14EE

Text Example


Text Example

White with #6D14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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