#6809A0

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

Shades of Indigo #6809A0

Tints of Indigo #6809A0

Color information

#6809A0 (or 0x6809A0) is unknown color: approx Indigo. HEX triplet: 68, 09 and A0. RGB value is (104,9,160). Sum of RGB (Red+Green+Blue) = 104+9+160=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #6809A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6809A0 is #97F65F. Grayscale: #363636. Windows color (decimal): -9959008 or 10488168. OLE color: 10488168.

HSL color Cylindrical-coordinate representation of color #6809A0: hue angle of 277.75º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6809A0 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1049160-
CMYK0.350.9400.37
HSL277.75º89.35%33.14%-
HSV(B)277.75º94.38%62.75%-
XYZ12.155.6833.71-
YUV54.62187.47163.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 160 (62.89% from 255) = 58.61%
R=38.10%
G=3.30%
B=58.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10491600.350.9400.37277.7589.3533.14
Hex689A0235E0251165921
Octal150112404313604542613141
Binary1101000100110100000100011101111001001011000101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6809A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6809A0; }

 p { color: rgb(104,9,160); }

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

<style>
 a { background-color: #6809A0; }

 a { background-color: rgb(104,9,160); }

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

<style>
 span { border-color: #6809A0; }

 span { border-color: rgb(104,9,160); }

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