#6A089E

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

Shades of Indigo #6A089E

Tints of Indigo #6A089E

Color information

#6A089E (or 0x6A089E) is unknown color: approx Indigo. HEX triplet: 6A, 08 and 9E. RGB value is (106,8,158). Sum of RGB (Red+Green+Blue) = 106+8+158=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A089E is #95F761. Grayscale: #353535. Windows color (decimal): -9828194 or 10356842. OLE color: 10356842.

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

Color convert

RGB1068158-
CMYK0.330.9500.38
HSL279.2º90.36%32.55%-
HSV(B)279.2º94.94%61.96%-
XYZ12.25.7132.81-
YUV54.4186.47164.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=38.97%
G=2.94%
B=58.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10681580.330.9500.38279.290.3632.55
Hex6A89E215F0261175a21
Octal152102364113704642713241
Binary1101010100010011110100001101111101001101000101111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,8,158); }

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

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

 a { background-color: rgb(106,8,158); }

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

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

 span { border-color: rgb(106,8,158); }

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