#6904A0

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

Shades of Indigo #6904A0

Tints of Indigo #6904A0

Color information

#6904A0 (or 0x6904A0) is unknown color: approx Indigo. HEX triplet: 69, 04 and A0. RGB value is (105,4,160). Sum of RGB (Red+Green+Blue) = 105+4+160=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #6904A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6904A0 is #96FB5F. Grayscale: #333333. Windows color (decimal): -9894752 or 10486889. OLE color: 10486889.

HSL color Cylindrical-coordinate representation of color #6904A0: hue angle of 278.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904A0 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1054160-
CMYK0.340.9800.37
HSL278.85º95.12%32.16%-
HSV(B)278.85º97.5%62.75%-
XYZ12.215.6333.7-
YUV51.98188.96165.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 160 (62.89% from 255) = 59.48%
R=39.03%
G=1.49%
B=59.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10541600.340.9800.37278.8595.1232.16
Hex694A022620251175f20
Octal15142404214204542713740
Binary110100110010100000100010110001001001011000101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6904A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6904A0; }

 p { color: rgb(105,4,160); }

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

<style>
 a { background-color: #6904A0; }

 a { background-color: rgb(105,4,160); }

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

<style>
 span { border-color: #6904A0; }

 span { border-color: rgb(105,4,160); }

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