#6E09F8

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

Shades of Electric Indigo #6E09F8

Tints of Electric Indigo #6E09F8

Color information

#6E09F8 (or 0x6E09F8) is unknown color: approx Electric Indigo. HEX triplet: 6E, 09 and F8. RGB value is (110,9,248). Sum of RGB (Red+Green+Blue) = 110+9+248=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E09F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E09F8 is #91F607. Grayscale: #414141. Windows color (decimal): -9565704 or 16255342. OLE color: 16255342.

HSL color Cylindrical-coordinate representation of color #6E09F8: hue angle of 265.36º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E09F8 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1109248-
CMYK0.560.9600.03
HSL265.36º94.47%50.39%-
HSV(B)265.36º96.37%97.25%-
XYZ23.4710.2989.56-
YUV66.45230.46159.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 9 (3.91% from 255) = 2.45%
BLUE value IS 248 (97.27% from 255) = 67.57%
R=29.97%
G=2.45%
B=67.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal11092480.560.9600.03265.3694.4750.39
Hex6E9F83860031095e32
Octal15611370701400341113662
Binary110111010011111100011100011000000111000010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E09F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,248); }

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

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

 a { background-color: rgb(110,9,248); }

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

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

 span { border-color: rgb(110,9,248); }

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