#6A06DF

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

Shades of Electric Indigo #6A06DF

Tints of Electric Indigo #6A06DF

Color information

#6A06DF (or 0x6A06DF) is unknown color: approx Electric Indigo. HEX triplet: 6A, 06 and DF. RGB value is (106,6,223). Sum of RGB (Red+Green+Blue) = 106+6+223=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A06DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A06DF is #95F920. Grayscale: #3B3B3B. Windows color (decimal): -9828641 or 14616170. OLE color: 14616170.

HSL color Cylindrical-coordinate representation of color #6A06DF: hue angle of 267.65º 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 #6A06DF is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1066223-
CMYK0.520.9700.13
HSL267.65º94.76%44.9%-
HSV(B)267.65º97.31%87.45%-
XYZ19.338.5270.44-
YUV60.64219.63160.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 223 (87.5% from 255) = 66.57%
R=31.64%
G=1.79%
B=66.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal10662230.520.9700.13267.6594.7644.9
Hex6A6DF34610D10c5f2d
Octal15263376414101541413755
Binary1101010110110111111101001100001011011000011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A06DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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