#6A0B95

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

Shades of Indigo #6A0B95

Tints of Indigo #6A0B95

Color information

#6A0B95 (or 0x6A0B95) is unknown color: approx Indigo. HEX triplet: 6A, 0B and 95. RGB value is (106,11,149). Sum of RGB (Red+Green+Blue) = 106+11+149=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A0B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0B95 is #95F46A. Grayscale: #363636. Windows color (decimal): -9827435 or 9767786. OLE color: 9767786.

HSL color Cylindrical-coordinate representation of color #6A0B95: hue angle of 281.3º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0B95 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10611149-
CMYK0.290.9300.42
HSL281.3º86.25%31.37%-
HSV(B)281.3º92.62%58.43%-
XYZ11.495.4728.88-
YUV55.14180.97164.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 11 (4.69% from 255) = 4.14%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=39.85%
G=4.14%
B=56.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106111490.290.9300.42281.386.2531.37
Hex6AB951D5D02A119561f
Octal152132253513505243112637
Binary11010101011100101011110110111010101010100011001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,11,149); }

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

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

 a { background-color: rgb(106,11,149); }

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

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

 span { border-color: rgb(106,11,149); }

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