#6605A7

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

Shades of Indigo #6605A7

Tints of Indigo #6605A7

Color information

#6605A7 (or 0x6605A7) is unknown color: approx Indigo. HEX triplet: 66, 05 and A7. RGB value is (102,5,167). Sum of RGB (Red+Green+Blue) = 102+5+167=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 167 (65.62% from 255 or 60.95% from 274); Max value from RGB is 167 - color contains mainly: blue. Hex color #6605A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6605A7 is #99FA58. Grayscale: #333333. Windows color (decimal): -10091097 or 10945894. OLE color: 10945894.

HSL color Cylindrical-coordinate representation of color #6605A7: hue angle of 275.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6605A7 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1025167-
CMYK0.390.9700.35
HSL275.93º94.19%33.73%-
HSV(B)275.93º97.01%65.49%-
XYZ12.515.7237-
YUV52.47192.64163.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 167 (65.62% from 255) = 60.95%
R=37.23%
G=1.82%
B=60.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10251670.390.9700.35275.9394.1933.73
Hex665A727610231145e22
Octal14652474714104342413642
Binary110011010110100111100111110000101000111000101001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6605A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6605A7; }

 p { color: rgb(102,5,167); }

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

<style>
 a { background-color: #6605A7; }

 a { background-color: rgb(102,5,167); }

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

<style>
 span { border-color: #6605A7; }

 span { border-color: rgb(102,5,167); }

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