Html Css Color HEX #6D00F1 Electric Indigo

📋 copy color: '#6D00F1'

red 109 ◦ green 0 ◦ blue 241

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

Shades of Electric Indigo #6D00F1

Tints of Electric Indigo #6D00F1

RGB

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

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

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

R = 31.14%
G = 0%
B = 68.86%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6D00F1 (or 0x6D00F1) is known color: Electric Indigo. HEX triplet: 6D, 00 and F1. RGB value is (109,0,241). Sum of RGB (Red+Green+Blue) = 109+0+241=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D00F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D00F1 is #92FF0E. Grayscale: #3B3B3B. Windows color (decimal): -9633551 or 15794285. OLE color: 15794285.

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

Color convert

RGB 109 0 241 -
CMYK 0.55 1 0 0.05
HSL 267.14º 1% 0.47% -
HSV(B) 267.14º 1% 0.95% -
XYZ 22.18 9.6 83.9 -
YUV 60.07 230.11 162.9 -
System Red Green Blue C M Y K H S L
Decimal 109 0 241 0.55 1 0 0.05 267.14 1 0.47
Hex 6D 0 F1 37 64 0 5 10B 64 2F
Octal 155 0 361 67 144 0 5 413 144 57
Binary 1101101 0 11110001 110111 1100100 0 101 100001011 1100100 101111

Color Harmonies of #6D00F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D00F1

Black with #6D00F1

Text Example


Text Example

White with #6D00F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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