Html Css Color HEX #6D15EA Electric Indigo

📋 copy color: '#6D15EA'

red 109 ◦ green 21 ◦ blue 234

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

Shades of Electric Indigo #6D15EA

Tints of Electric Indigo #6D15EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 29.95%
G = 5.77%
B = 64.29%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D15EA (or 0x6D15EA) is known color: Electric Indigo. HEX triplet: 6D, 15 and EA. RGB value is (109,21,234). Sum of RGB (Red+Green+Blue) = 109+21+234=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D15EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D15EA is #92EA15. Grayscale: #464646. Windows color (decimal): -9628182 or 15340909. OLE color: 15340909.

HSL color Cylindrical-coordinate representation of color #6D15EA: hue angle of 264.79º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D15EA is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 21 234 -
CMYK 0.53 0.91 0 0.08
HSL 264.79º 0.84% 0.5% -
HSV(B) 264.79º 0.91% 0.92% -
XYZ 21.43 9.73 78.59 -
YUV 71.59 219.65 154.68 -
System Red Green Blue C M Y K H S L
Decimal 109 21 234 0.53 0.91 0 0.08 264.79 0.84 0.5
Hex 6D 15 EA 35 5B 0 8 109 54 32
Octal 155 25 352 65 133 0 10 411 124 62
Binary 1101101 10101 11101010 110101 1011011 0 1000 100001001 1010100 110010

Color Harmonies of #6D15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D15EA

Black with #6D15EA

Text Example


Text Example

White with #6D15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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