Html Css Color HEX #6003AA Indigo

📋 copy color: '#6003AA'

red 96 ◦ green 3 ◦ blue 170

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

Shades of Indigo #6003AA

Tints of Indigo #6003AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 35.69%
G = 1.12%
B = 63.2%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6003AA (or 0x6003AA) is known color: Indigo. HEX triplet: 60, 03 and AA. RGB value is (96,3,170). Sum of RGB (Red+Green+Blue) = 96+3+170=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #6003AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6003AA is #9FFC55. Grayscale: #313131. Windows color (decimal): -10484822 or 11141984. OLE color: 11141984.

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

Color convert

RGB 96 3 170 -
CMYK 0.44 0.98 0 0.33
HSL 273.41º 0.97% 0.34% -
HSV(B) 273.41º 0.98% 0.67% -
XYZ 12.11 5.45 38.44 -
YUV 49.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 96 3 170 0.44 0.98 0 0.33 273.41 0.97 0.34
Hex 60 3 AA 2C 62 0 21 111 61 22
Octal 140 3 252 54 142 0 41 421 141 42
Binary 1100000 11 10101010 101100 1100010 0 100001 100010001 1100001 100010

Color Harmonies of #6003AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6003AA

Black with #6003AA

Text Example


Text Example

White with #6003AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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