Html Css Color HEX #6002AC Indigo

📋 copy color: '#6002AC'

red 96 ◦ green 2 ◦ blue 172

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

Shades of Indigo #6002AC

Tints of Indigo #6002AC

RGB

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

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

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

R = 35.56%
G = 0.74%
B = 63.7%

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

#6002AC (or 0x6002AC) is known color: Indigo. HEX triplet: 60, 02 and AC. RGB value is (96,2,172). Sum of RGB (Red+Green+Blue) = 96+2+172=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #6002AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6002AC is #9FFD53. Grayscale: #303030. Windows color (decimal): -10485076 or 11272800. OLE color: 11272800.

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

Color convert

RGB 96 2 172 -
CMYK 0.44 0.99 0 0.33
HSL 273.18º 0.98% 0.34% -
HSV(B) 273.18º 0.99% 0.67% -
XYZ 12.29 5.51 39.45 -
YUV 49.49 197.14 161.18 -
System Red Green Blue C M Y K H S L
Decimal 96 2 172 0.44 0.99 0 0.33 273.18 0.98 0.34
Hex 60 2 AC 2C 63 0 21 111 62 22
Octal 140 2 254 54 143 0 41 421 142 42
Binary 1100000 10 10101100 101100 1100011 0 100001 100010001 1100010 100010

Color Harmonies of #6002AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002AC

Black with #6002AC

Text Example


Text Example

White with #6002AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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