#6A0B9F

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

Shades of Indigo #6A0B9F

Tints of Indigo #6A0B9F

Color information

#6A0B9F (or 0x6A0B9F) is unknown color: approx Indigo. HEX triplet: 6A, 0B and 9F. RGB value is (106,11,159). Sum of RGB (Red+Green+Blue) = 106+11+159=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A0B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0B9F is #95F460. Grayscale: #373737. Windows color (decimal): -9827425 or 10423146. OLE color: 10423146.

HSL color Cylindrical-coordinate representation of color #6A0B9F: hue angle of 278.51º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0B9F is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10611159-
CMYK0.330.9300.38
HSL278.51º87.06%33.33%-
HSV(B)278.51º93.08%62.35%-
XYZ12.325.8133.27-
YUV56.28185.97163.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 11 (4.69% from 255) = 3.99%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=38.41%
G=3.99%
B=57.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106111590.330.9300.38278.5187.0633.33
Hex6AB9F215D0261175721
Octal152132374113504642712741
Binary1101010101110011111100001101110101001101000101111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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