Html Css Color HEX #6002AA Indigo

📋 copy color: '#6002AA'

red 96 ◦ green 2 ◦ blue 170

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

Shades of Indigo #6002AA

Tints of Indigo #6002AA

RGB

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

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

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

R = 35.82%
G = 0.75%
B = 63.43%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6002AA (or 0x6002AA) is known color: Indigo. HEX triplet: 60, 02 and AA. RGB value is (96,2,170). Sum of RGB (Red+Green+Blue) = 96+2+170=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #6002AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6002AA is #9FFD55. Grayscale: #303030. Windows color (decimal): -10485078 or 11141728. OLE color: 11141728.

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

Color convert

RGB 96 2 170 -
CMYK 0.44 0.99 0 0.33
HSL 273.57º 0.98% 0.34% -
HSV(B) 273.57º 0.99% 0.67% -
XYZ 12.1 5.43 38.44 -
YUV 49.26 196.14 161.34 -
System Red Green Blue C M Y K H S L
Decimal 96 2 170 0.44 0.99 0 0.33 273.57 0.98 0.34
Hex 60 2 AA 2C 63 0 21 112 62 22
Octal 140 2 252 54 143 0 41 422 142 42
Binary 1100000 10 10101010 101100 1100011 0 100001 100010010 1100010 100010

Color Harmonies of #6002AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002AA

Black with #6002AA

Text Example


Text Example

White with #6002AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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