#6F04EC

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

Shades of Electric Indigo #6F04EC

Tints of Electric Indigo #6F04EC

Color information

#6F04EC (or 0x6F04EC) is unknown color: approx Electric Indigo. HEX triplet: 6F, 04 and EC. RGB value is (111,4,236). Sum of RGB (Red+Green+Blue) = 111+4+236=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F04EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F04EC is #90FB13. Grayscale: #3D3D3D. Windows color (decimal): -9501460 or 15467631. OLE color: 15467631.

HSL color Cylindrical-coordinate representation of color #6F04EC: hue angle of 267.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F04EC is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1114236-
CMYK0.530.9800.07
HSL267.67º96.67%47.06%-
HSV(B)267.67º98.31%92.55%-
XYZ21.749.5280.05-
YUV62.44225.95162.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.62%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 236 (92.58% from 255) = 67.24%
R=31.62%
G=1.14%
B=67.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11142360.530.9800.07267.6796.6747.06
Hex6F4EC35620710c612f
Octal1574354651420741414157
Binary110111110011101100110101110001001111000011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F04EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,236); }

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

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

 a { background-color: rgb(111,4,236); }

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

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

 span { border-color: rgb(111,4,236); }

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