#6D00F2

Color #6D00F2 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6D00F2

Tints of Electric Indigo #6D00F2

Color information

#6D00F2 (or 0x6D00F2) is unknown color: approx Electric Indigo. HEX triplet: 6D, 00 and F2. RGB value is (109,0,242). Sum of RGB (Red+Green+Blue) = 109+0+242=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D00F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D00F2 is #92FF0D. Grayscale: #3B3B3B. Windows color (decimal): -9633550 or 15859821. OLE color: 15859821.

HSL color Cylindrical-coordinate representation of color #6D00F2: hue angle of 267.02º 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 #6D00F2 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1090242-
CMYK0.55100.05
HSL267.02º100%47.45%-
HSV(B)267.02º100%94.9%-
XYZ22.339.6684.69-
YUV60.18230.61162.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 242 (94.92% from 255) = 68.95%
R=31.05%
G=0%
B=68.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10902420.55100.05267.0210047.45
Hex6D0F237640510b642f
Octal1550362671440541314457
Binary1101101011110010110111110010001011000010111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D00F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D00F2;
 }
 .AnyTagClassName
 {
   color: #6D00F2;
 }
</style>
background-color css

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

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

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

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

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

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