Html Css Color HEX #6D00ED Electric Indigo

📋 copy color: '#6D00ED'

red 109 ◦ green 0 ◦ blue 237

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

Shades of Electric Indigo #6D00ED

Tints of Electric Indigo #6D00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.5%
G = 0%
B = 68.5%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D00ED (or 0x6D00ED) is known color: Electric Indigo. HEX triplet: 6D, 00 and ED. RGB value is (109,0,237). Sum of RGB (Red+Green+Blue) = 109+0+237=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D00ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D00ED is #92FF12. Grayscale: #3A3A3A. Windows color (decimal): -9633555 or 15532141. OLE color: 15532141.

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

Color convert

RGB 109 0 237 -
CMYK 0.54 1 0 0.07
HSL 267.59º 1% 0.46% -
HSV(B) 267.59º 1% 0.93% -
XYZ 21.59 9.37 80.79 -
YUV 59.61 228.11 163.23 -
System Red Green Blue C M Y K H S L
Decimal 109 0 237 0.54 1 0 0.07 267.59 1 0.46
Hex 6D 0 ED 36 64 0 7 10C 64 2E
Octal 155 0 355 66 144 0 7 414 144 56
Binary 1101101 0 11101101 110110 1100100 0 111 100001100 1100100 101110

Color Harmonies of #6D00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D00ED

Black with #6D00ED

Text Example


Text Example

White with #6D00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,237); }

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

background-color css

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

 a { background-color: rgb(109,0,237); }

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

border-color css

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

 span { border-color: rgb(109,0,237); }

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