#6F04F9

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

Shades of Electric Indigo #6F04F9

Tints of Electric Indigo #6F04F9

Color information

#6F04F9 (or 0x6F04F9) is unknown color: approx Electric Indigo. HEX triplet: 6F, 04 and F9. RGB value is (111,4,249). Sum of RGB (Red+Green+Blue) = 111+4+249=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 249 (97.66% from 255 or 68.41% from 364); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F04F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F04F9 is #90FB06. Grayscale: #3F3F3F. Windows color (decimal): -9501447 or 16319599. OLE color: 16319599.

HSL color Cylindrical-coordinate representation of color #6F04F9: hue angle of 266.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F04F9 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1114249-
CMYK0.550.9800.02
HSL266.2º96.84%49.61%-
HSV(B)266.2º98.39%97.65%-
XYZ23.710.3190.36-
YUV63.92232.45161.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.49%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 249 (97.66% from 255) = 68.41%
R=30.49%
G=1.10%
B=68.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11142490.550.9800.02266.296.8449.61
Hex6F4F937620210a6132
Octal1574371671420241214162
Binary11011111001111100111011111000100101000010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F04F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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