#6A0396

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

Shades of Indigo #6A0396

Tints of Indigo #6A0396

Color information

#6A0396 (or 0x6A0396) is unknown color: approx Indigo. HEX triplet: 6A, 03 and 96. RGB value is (106,3,150). Sum of RGB (Red+Green+Blue) = 106+3+150=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A0396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0396 is #95FC69. Grayscale: #323232. Windows color (decimal): -9829482 or 9831274. OLE color: 9831274.

HSL color Cylindrical-coordinate representation of color #6A0396: hue angle of 282.04º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0396 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1063150-
CMYK0.290.9800.41
HSL282.04º96.08%30%-
HSV(B)282.04º98%58.82%-
XYZ11.485.3329.28-
YUV50.56184.12167.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.93%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=40.93%
G=1.16%
B=57.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10631500.290.9800.41282.0496.0830
Hex6A3961D6202911a601e
Octal15232263514205143214036
Binary110101011100101101110111000100101001100011010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,3,150); }

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

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

 a { background-color: rgb(106,3,150); }

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

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

 span { border-color: rgb(106,3,150); }

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