#6F06DF

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

Shades of Electric Indigo #6F06DF

Tints of Electric Indigo #6F06DF

Color information

#6F06DF (or 0x6F06DF) is unknown color: approx Electric Indigo. HEX triplet: 6F, 06 and DF. RGB value is (111,6,223). Sum of RGB (Red+Green+Blue) = 111+6+223=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F06DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F06DF is #90F920. Grayscale: #3D3D3D. Windows color (decimal): -9500961 or 14616175. OLE color: 14616175.

HSL color Cylindrical-coordinate representation of color #6F06DF: hue angle of 269.03º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F06DF is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1116223-
CMYK0.500.9700.13
HSL269.03º94.76%44.9%-
HSV(B)269.03º97.31%87.45%-
XYZ19.948.8470.47-
YUV62.13218.79162.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 223 (87.5% from 255) = 65.59%
R=32.65%
G=1.76%
B=65.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11162230.500.9700.13269.0394.7644.9
Hex6F6DF32610D10d5f2d
Octal15763376214101541513755
Binary1101111110110111111100101100001011011000011011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F06DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,6,223); }

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

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

 a { background-color: rgb(111,6,223); }

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

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

 span { border-color: rgb(111,6,223); }

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