Html Css Color HEX #6600AB Indigo

📋 copy color: '#6600AB'

red 102 ◦ green 0 ◦ blue 171

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

Shades of Indigo #6600AB

Tints of Indigo #6600AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 37.36%
G = 0%
B = 62.64%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6600AB (or 0x6600AB) is known color: Indigo. HEX triplet: 66, 00 and AB. RGB value is (102,0,171). Sum of RGB (Red+Green+Blue) = 102+0+171=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #6600AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6600AB is #99FF54. Grayscale: #313131. Windows color (decimal): -10092373 or 11206758. OLE color: 11206758.

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

Color convert

RGB 102 0 171 -
CMYK 0.40 1 0 0.33
HSL 275.79º 1% 0.34% -
HSV(B) 275.79º 1% 0.67% -
XYZ 12.83 5.77 38.96 -
YUV 49.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 102 0 171 0.40 1 0 0.33 275.79 1 0.34
Hex 66 0 AB 28 64 0 21 114 64 22
Octal 146 0 253 50 144 0 41 424 144 42
Binary 1100110 0 10101011 101000 1100100 0 100001 100010100 1100100 100010

Color Harmonies of #6600AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6600AB

Black with #6600AB

Text Example


Text Example

White with #6600AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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