Html Css Color HEX #6600AE Indigo

📋 copy color: '#6600AE'

red 102 ◦ green 0 ◦ blue 174

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

Shades of Indigo #6600AE

Tints of Indigo #6600AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 36.96%
G = 0%
B = 63.04%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6600AE (or 0x6600AE) is known color: Indigo. HEX triplet: 66, 00 and AE. RGB value is (102,0,174). Sum of RGB (Red+Green+Blue) = 102+0+174=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #6600AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6600AE is #99FF51. Grayscale: #313131. Windows color (decimal): -10092370 or 11403366. OLE color: 11403366.

HSL color Cylindrical-coordinate representation of color #6600AE: hue angle of 275.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600AE is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 0 174 -
CMYK 0.41 1 0 0.32
HSL 275.17º 1% 0.34% -
HSV(B) 275.17º 1% 0.68% -
XYZ 13.12 5.88 40.49 -
YUV 50.33 197.79 164.85 -
System Red Green Blue C M Y K H S L
Decimal 102 0 174 0.41 1 0 0.32 275.17 1 0.34
Hex 66 0 AE 29 64 0 20 113 64 22
Octal 146 0 256 51 144 0 40 423 144 42
Binary 1100110 0 10101110 101001 1100100 0 100000 100010011 1100100 100010

Color Harmonies of #6600AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600AE

Black with #6600AE

Text Example


Text Example

White with #6600AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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