#6603A3

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

Shades of Indigo #6603A3

Tints of Indigo #6603A3

Color information

#6603A3 (or 0x6603A3) is unknown color: approx Indigo. HEX triplet: 66, 03 and A3. RGB value is (102,3,163). Sum of RGB (Red+Green+Blue) = 102+3+163=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 163 (64.06% from 255 or 60.82% from 268); Max value from RGB is 163 - color contains mainly: blue. Hex color #6603A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6603A3 is #99FC5C. Grayscale: #323232. Windows color (decimal): -10091613 or 10683238. OLE color: 10683238.

HSL color Cylindrical-coordinate representation of color #6603A3: hue angle of 277.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6603A3 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1023163-
CMYK0.370.9800.36
HSL277.12º96.39%32.55%-
HSV(B)277.12º98.16%63.92%-
XYZ12.125.5335.08-
YUV50.84191.3164.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 163 (64.06% from 255) = 60.82%
R=38.06%
G=1.12%
B=60.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10231630.370.9800.36277.1296.3932.55
Hex663A325620241156021
Octal14632434514204442514041
Binary11001101110100011100101110001001001001000101011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6603A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6603A3; }

 p { color: rgb(102,3,163); }

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

<style>
 a { background-color: #6603A3; }

 a { background-color: rgb(102,3,163); }

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

<style>
 span { border-color: #6603A3; }

 span { border-color: rgb(102,3,163); }

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