#6700AA

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

Shades of Indigo #6700AA

Tints of Indigo #6700AA

Color information

#6700AA (or 0x6700AA) is unknown color: approx Indigo. HEX triplet: 67, 00 and AA. RGB value is (103,0,170). Sum of RGB (Red+Green+Blue) = 103+0+170=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #6700AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6700AA is #98FF55. Grayscale: #313131. Windows color (decimal): -10026838 or 11141223. OLE color: 11141223.

HSL color Cylindrical-coordinate representation of color #6700AA: hue angle of 276.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700AA is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1030170-
CMYK0.39100.33
HSL276.35º100%33.33%-
HSV(B)276.35º100%66.67%-
XYZ12.855.7938.47-
YUV50.18195.62165.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=37.73%
G=0%
B=62.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10301700.39100.33276.3510033.33
Hex670AA27640211146421
Octal14702524714404142414441
Binary1100111010101010100111110010001000011000101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6700AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6700AA; }

 p { color: rgb(103,0,170); }

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

<style>
 a { background-color: #6700AA; }

 a { background-color: rgb(103,0,170); }

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

<style>
 span { border-color: #6700AA; }

 span { border-color: rgb(103,0,170); }

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