#6a0e94

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

Shades of Indigo #6A0E94

Tints of Indigo #6A0E94

Color information

#6A0E94 (or 0x6A0E94) is unknown color: approx Indigo. HEX triplet: 6A, 0E and 94. RGB value is (106,14,148). Sum of RGB (Red+Green+Blue) = 106+14+148=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A0E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0E94 is #95F16B. Grayscale: #383838. Windows color (decimal): -9826668 or 9703018. OLE color: 9703018.

HSL color Cylindrical-coordinate representation of color #6A0E94: hue angle of 281.19º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0E94 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10614148-
CMYK0.280.9100.42
HSL281.19º82.72%31.76%-
HSV(B)281.19º90.54%58.04%-
XYZ11.455.5228.48-
YUV56.78179.48163.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.55%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=39.55%
G=5.22%
B=55.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106141480.280.9100.42281.1982.7231.76
Hex6AE941C5B02A1195320
Octal152162243413305243112340
Binary110101011101001010011100101101101010101000110011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a0e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,14,148); }

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

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

 a { background-color: rgb(106,14,148); }

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

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

 span { border-color: rgb(106,14,148); }

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