#6B0A9E

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

Shades of Indigo #6B0A9E

Tints of Indigo #6B0A9E

Color information

#6B0A9E (or 0x6B0A9E) is unknown color: approx Indigo. HEX triplet: 6B, 0A and 9E. RGB value is (107,10,158). Sum of RGB (Red+Green+Blue) = 107+10+158=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B0A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0A9E is #94F561. Grayscale: #373737. Windows color (decimal): -9762146 or 10357355. OLE color: 10357355.

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

Color convert

RGB10710158-
CMYK0.320.9400.38
HSL279.32º88.1%32.94%-
HSV(B)279.32º93.67%61.96%-
XYZ12.345.8132.82-
YUV55.88185.64164.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.91%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 158 (62.11% from 255) = 57.45%
R=38.91%
G=3.64%
B=57.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107101580.320.9400.38279.3288.132.94
Hex6BA9E205E0261175821
Octal153122364013604642713041
Binary1101011101010011110100000101111001001101000101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,10,158); }

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

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

 a { background-color: rgb(107,10,158); }

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

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

 span { border-color: rgb(107,10,158); }

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