#6F07F8

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

Shades of Electric Indigo #6F07F8

Tints of Electric Indigo #6F07F8

Color information

#6F07F8 (or 0x6F07F8) is unknown color: approx Electric Indigo. HEX triplet: 6F, 07 and F8. RGB value is (111,7,248). Sum of RGB (Red+Green+Blue) = 111+7+248=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 248 (97.27% from 255 or 67.76% from 366); Max value from RGB is 248 - color contains mainly: blue. Hex color #6F07F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F07F8 is #90F807. Grayscale: #404040. Windows color (decimal): -9500680 or 16254831. OLE color: 16254831.

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

Color convert

RGB1117248-
CMYK0.550.9700.03
HSL265.89º94.51%50%-
HSV(B)265.89º97.18%97.25%-
XYZ23.5710.3189.55-
YUV65.57230.96160.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 248 (97.27% from 255) = 67.76%
R=30.33%
G=1.91%
B=67.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal11172480.550.9700.03265.8994.5150
Hex6F7F837610310a5f32
Octal1577370671410341213762
Binary11011111111111100011011111000010111000010101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F07F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,7,248); }

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

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

 a { background-color: rgb(111,7,248); }

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

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

 span { border-color: rgb(111,7,248); }

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