#6910A1

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

Shades of Indigo #6910A1

Tints of Indigo #6910A1

Color information

#6910A1 (or 0x6910A1) is unknown color: approx Indigo. HEX triplet: 69, 10 and A1. RGB value is (105,16,161). Sum of RGB (Red+Green+Blue) = 105+16+161=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 161 (63.28% from 255 or 57.09% from 282); Max value from RGB is 161 - color contains mainly: blue. Hex color #6910A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6910A1 is #96EF5E. Grayscale: #3A3A3A. Windows color (decimal): -9891679 or 10555497. OLE color: 10555497.

HSL color Cylindrical-coordinate representation of color #6910A1: hue angle of 276.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6910A1 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10516161-
CMYK0.350.9000.37
HSL276.83º81.92%34.71%-
HSV(B)276.83º90.06%63.14%-
XYZ12.445.9534.21-
YUV59.14185.49160.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 16 (6.64% from 255) = 5.67%
BLUE value IS 161 (63.28% from 255) = 57.09%
R=37.23%
G=5.67%
B=57.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105161610.350.9000.37276.8381.9234.71
Hex6910A1235A0251155223
Octal151202414313204542512243
Binary11010011000010100001100011101101001001011000101011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6910A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6910A1; }

 p { color: rgb(105,16,161); }

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

<style>
 a { background-color: #6910A1; }

 a { background-color: rgb(105,16,161); }

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

<style>
 span { border-color: #6910A1; }

 span { border-color: rgb(105,16,161); }

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