Html Css Color HEX #6D15ED Electric Indigo

📋 copy color: '#6D15ED'

red 109 ◦ green 21 ◦ blue 237

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

Shades of Electric Indigo #6D15ED

Tints of Electric Indigo #6D15ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.72%

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

R = 29.7%
G = 5.72%
B = 64.58%

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

#6D15ED (or 0x6D15ED) is known color: Electric Indigo. HEX triplet: 6D, 15 and ED. RGB value is (109,21,237). Sum of RGB (Red+Green+Blue) = 109+21+237=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D15ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D15ED is #92EA12. Grayscale: #474747. Windows color (decimal): -9628179 or 15537517. OLE color: 15537517.

HSL color Cylindrical-coordinate representation of color #6D15ED: hue angle of 264.44º 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 #6D15ED is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 21 237 -
CMYK 0.54 0.91 0 0.07
HSL 264.44º 0.86% 0.51% -
HSV(B) 264.44º 0.91% 0.93% -
XYZ 21.86 9.9 80.88 -
YUV 71.94 221.15 154.44 -
System Red Green Blue C M Y K H S L
Decimal 109 21 237 0.54 0.91 0 0.07 264.44 0.86 0.51
Hex 6D 15 ED 36 5B 0 7 108 56 33
Octal 155 25 355 66 133 0 7 410 126 63
Binary 1101101 10101 11101101 110110 1011011 0 111 100001000 1010110 110011

Color Harmonies of #6D15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D15ED

Black with #6D15ED

Text Example


Text Example

White with #6D15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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