Html Css Color HEX #6D13F1 Electric Indigo

📋 copy color: '#6D13F1'

red 109 ◦ green 19 ◦ blue 241

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

Shades of Electric Indigo #6D13F1

Tints of Electric Indigo #6D13F1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

 BLUE value IS 241 (94.53% from 255) = 65.31%

R = 29.54%
G = 5.15%
B = 65.31%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6D13F1 (or 0x6D13F1) is known color: Electric Indigo. HEX triplet: 6D, 13 and F1. RGB value is (109,19,241). Sum of RGB (Red+Green+Blue) = 109+19+241=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D13F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D13F1 is #92EC0E. Grayscale: #464646. Windows color (decimal): -9628687 or 15799149. OLE color: 15799149.

HSL color Cylindrical-coordinate representation of color #6D13F1: hue angle of 264.32º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D13F1 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 19 241 -
CMYK 0.55 0.92 0 0.05
HSL 264.32º 0.89% 0.51% -
HSV(B) 264.32º 0.92% 0.95% -
XYZ 22.42 10.07 83.98 -
YUV 71.22 223.82 154.95 -
System Red Green Blue C M Y K H S L
Decimal 109 19 241 0.55 0.92 0 0.05 264.32 0.89 0.51
Hex 6D 13 F1 37 5C 0 5 108 59 33
Octal 155 23 361 67 134 0 5 410 131 63
Binary 1101101 10011 11110001 110111 1011100 0 101 100001000 1011001 110011

Color Harmonies of #6D13F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D13F1

Black with #6D13F1

Text Example


Text Example

White with #6D13F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,241); }

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

background-color css

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

 a { background-color: rgb(109,19,241); }

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

border-color css

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

 span { border-color: rgb(109,19,241); }

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