Html Css Color HEX #6000AA Indigo

📋 copy color: '#6000AA'

red 96 ◦ green 0 ◦ blue 170

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

Shades of Indigo #6000AA

Tints of Indigo #6000AA

RGB

 RED value IS 96 (37.89% from 255) = 36.09%

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

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

R = 36.09%
G = 0%
B = 63.91%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6000AA (or 0x6000AA) is known color: Indigo. HEX triplet: 60, 00 and AA. RGB value is (96,0,170). Sum of RGB (Red+Green+Blue) = 96+0+170=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #6000AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6000AA is #9FFF55. Grayscale: #2F2F2F. Windows color (decimal): -10485590 or 11141216. OLE color: 11141216.

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

Color convert

RGB 96 0 170 -
CMYK 0.44 1 0 0.33
HSL 273.88º 1% 0.33% -
HSV(B) 273.88º 1% 0.67% -
XYZ 12.08 5.39 38.43 -
YUV 48.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 96 0 170 0.44 1 0 0.33 273.88 1 0.33
Hex 60 0 AA 2C 64 0 21 112 64 21
Octal 140 0 252 54 144 0 41 422 144 41
Binary 1100000 0 10101010 101100 1100100 0 100001 100010010 1100100 100001

Color Harmonies of #6000AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000AA

Black with #6000AA

Text Example


Text Example

White with #6000AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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