Html Css Color HEX #6602AA Indigo

📋 copy color: '#6602AA'

red 102 ◦ green 2 ◦ blue 170

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

Shades of Indigo #6602AA

Tints of Indigo #6602AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 37.23%
G = 0.73%
B = 62.04%

CMYK

 C value IS 0.4

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6602AA (or 0x6602AA) is known color: Indigo. HEX triplet: 66, 02 and AA. RGB value is (102,2,170). Sum of RGB (Red+Green+Blue) = 102+2+170=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #6602AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6602AA is #99FD55. Grayscale: #323232. Windows color (decimal): -10091862 or 11141734. OLE color: 11141734.

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

Color convert

RGB 102 2 170 -
CMYK 0.4 0.99 0 0.33
HSL 275.71º 0.98% 0.34% -
HSV(B) 275.71º 0.99% 0.67% -
XYZ 12.76 5.77 38.47 -
YUV 51.05 195.13 164.34 -
System Red Green Blue C M Y K H S L
Decimal 102 2 170 0.4 0.99 0 0.33 275.71 0.98 0.34
Hex 66 2 AA 28 63 0 21 114 62 22
Octal 146 2 252 50 143 0 41 424 142 42
Binary 1100110 10 10101010 101000 1100011 0 100001 100010100 1100010 100010

Color Harmonies of #6602AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6602AA

Black with #6602AA

Text Example


Text Example

White with #6602AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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