#6602A6

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

Shades of Indigo #6602A6

Tints of Indigo #6602A6

Color information

#6602A6 (or 0x6602A6) is unknown color: approx Indigo. HEX triplet: 66, 02 and A6. RGB value is (102,2,166). Sum of RGB (Red+Green+Blue) = 102+2+166=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #6602A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6602A6 is #99FD59. Grayscale: #323232. Windows color (decimal): -10091866 or 10879590. OLE color: 10879590.

HSL color Cylindrical-coordinate representation of color #6602A6: hue angle of 276.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602A6 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1022166-
CMYK0.390.9900.35
HSL276.59º97.62%32.94%-
HSV(B)276.59º98.8%65.1%-
XYZ12.385.6236.51-
YUV50.6193.13164.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 166 (65.23% from 255) = 61.48%
R=37.78%
G=0.74%
B=61.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10221660.390.9900.35276.5997.6232.94
Hex662A627630231156221
Octal14622464714304342514241
Binary11001101010100110100111110001101000111000101011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6602A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6602A6; }

 p { color: rgb(102,2,166); }

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

<style>
 a { background-color: #6602A6; }

 a { background-color: rgb(102,2,166); }

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

<style>
 span { border-color: #6602A6; }

 span { border-color: rgb(102,2,166); }

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