#6D05A4

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

Shades of Indigo #6D05A4

Tints of Indigo #6D05A4

Color information

#6D05A4 (or 0x6D05A4) is unknown color: approx Indigo. HEX triplet: 6D, 05 and A4. RGB value is (109,5,164). Sum of RGB (Red+Green+Blue) = 109+5+164=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D05A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D05A4 is #92FA5B. Grayscale: #353535. Windows color (decimal): -9632348 or 10749293. OLE color: 10749293.

HSL color Cylindrical-coordinate representation of color #6D05A4: hue angle of 279.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D05A4 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1095164-
CMYK0.340.9700.36
HSL279.25º94.08%33.14%-
HSV(B)279.25º96.95%64.31%-
XYZ13.066.0435.6-
YUV54.22189.96167.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 164 (64.45% from 255) = 58.99%
R=39.21%
G=1.80%
B=58.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10951640.340.9700.36279.2594.0833.14
Hex6D5A422610241175e21
Octal15552444214104442713641
Binary110110110110100100100010110000101001001000101111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D05A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,5,164); }

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

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

 a { background-color: rgb(109,5,164); }

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

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

 span { border-color: rgb(109,5,164); }

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