#6F09EA

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

Shades of Electric Indigo #6F09EA

Tints of Electric Indigo #6F09EA

Color information

#6F09EA (or 0x6F09EA) is unknown color: approx Electric Indigo. HEX triplet: 6F, 09 and EA. RGB value is (111,9,234). Sum of RGB (Red+Green+Blue) = 111+9+234=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F09EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F09EA is #90F615. Grayscale: #404040. Windows color (decimal): -9500182 or 15337839. OLE color: 15337839.

HSL color Cylindrical-coordinate representation of color #6F09EA: hue angle of 267.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F09EA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1119234-
CMYK0.530.9600.08
HSL267.2º92.59%47.65%-
HSV(B)267.2º96.15%91.76%-
XYZ21.59.5278.55-
YUV65.15223.29160.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.36%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 234 (91.80% from 255) = 66.10%
R=31.36%
G=2.54%
B=66.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11192340.530.9600.08267.292.5947.65
Hex6F9EA35600810b5d30
Octal157113526514001041313560
Binary11011111001111010101101011100000010001000010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F09EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,9,234); }

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

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

 a { background-color: rgb(111,9,234); }

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

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

 span { border-color: rgb(111,9,234); }

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