Html Css Color HEX #6600AA Indigo

📋 copy color: '#6600AA'

red 102 ◦ green 0 ◦ blue 170

#6600AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #6600AA

Tints of Indigo #6600AA

RGB

 RED value IS 102 (40.23% from 255) = 37.5%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 37.5%
G = 0%
B = 62.5%

CMYK

 C value IS 0.4

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6600AA (or 0x6600AA) is known color: Indigo. HEX triplet: 66, 00 and AA. RGB value is (102,0,170). Sum of RGB (Red+Green+Blue) = 102+0+170=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #6600AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6600AA is #99FF55. Grayscale: #313131. Windows color (decimal): -10092374 or 11141222. OLE color: 11141222.

HSL color Cylindrical-coordinate representation of color #6600AA: hue angle of 276º 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 #6600AA is Cyan = 0.4, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 0 170 -
CMYK 0.4 1 0 0.33
HSL 276º 1% 0.33% -
HSV(B) 276º 1% 0.67% -
XYZ 12.74 5.73 38.46 -
YUV 49.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 102 0 170 0.4 1 0 0.33 276 1 0.33
Hex 66 0 AA 28 64 0 21 114 64 21
Octal 146 0 252 50 144 0 41 424 144 41
Binary 1100110 0 10101010 101000 1100100 0 100001 100010100 1100100 100001

Color Harmonies of #6600AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600AA

Black with #6600AA

Text Example


Text Example

White with #6600AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6600AA;
 }
 .AnyTagClassName
 {
   color: #6600AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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