Html Css Color HEX #6602AC Indigo

📋 copy color: '#6602AC'

red 102 ◦ green 2 ◦ blue 172

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

Shades of Indigo #6602AC

Tints of Indigo #6602AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 36.96%
G = 0.72%
B = 62.32%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6602AC (or 0x6602AC) is known color: Indigo. HEX triplet: 66, 02 and AC. RGB value is (102,2,172). Sum of RGB (Red+Green+Blue) = 102+2+172=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #6602AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6602AC is #99FD53. Grayscale: #323232. Windows color (decimal): -10091860 or 11272806. OLE color: 11272806.

HSL color Cylindrical-coordinate representation of color #6602AC: hue angle of 275.29º 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 #6602AC is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 2 172 -
CMYK 0.41 0.99 0 0.33
HSL 275.29º 0.98% 0.34% -
HSV(B) 275.29º 0.99% 0.67% -
XYZ 12.95 5.85 39.48 -
YUV 51.28 196.13 164.18 -
System Red Green Blue C M Y K H S L
Decimal 102 2 172 0.41 0.99 0 0.33 275.29 0.98 0.34
Hex 66 2 AC 29 63 0 21 113 62 22
Octal 146 2 254 51 143 0 41 423 142 42
Binary 1100110 10 10101100 101001 1100011 0 100001 100010011 1100010 100010

Color Harmonies of #6602AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6602AC

Black with #6602AC

Text Example


Text Example

White with #6602AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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