#6610a2

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

Shades of Indigo #6610A2

Tints of Indigo #6610A2

Color information

#6610A2 (or 0x6610A2) is unknown color: approx Indigo. HEX triplet: 66, 10 and A2. RGB value is (102,16,162). Sum of RGB (Red+Green+Blue) = 102+16+162=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #6610A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610A2 is #99EF5D. Grayscale: #393939. Windows color (decimal): -10088286 or 10621030. OLE color: 10621030.

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

Color convert

RGB10216162-
CMYK0.370.9000.36
HSL275.34º82.02%34.9%-
HSV(B)275.34º90.12%63.53%-
XYZ12.195.834.66-
YUV58.36186.49159.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 162 (63.67% from 255) = 57.86%
R=36.43%
G=5.71%
B=57.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102161620.370.9000.36275.3482.0234.9
Hex6610A2255A0241135223
Octal146202424513204442312243
Binary11001101000010100010100101101101001001001000100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6610a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6610a2; }

 p { color: rgb(102,16,162); }

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

<style>
 a { background-color: #6610a2; }

 a { background-color: rgb(102,16,162); }

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

<style>
 span { border-color: #6610a2; }

 span { border-color: rgb(102,16,162); }

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