Html Css Color HEX #6005AC Indigo

📋 copy color: '#6005AC'

red 96 ◦ green 5 ◦ blue 172

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

Shades of Indigo #6005AC

Tints of Indigo #6005AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 35.16%
G = 1.83%
B = 63%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6005AC (or 0x6005AC) is known color: Indigo. HEX triplet: 60, 05 and AC. RGB value is (96,5,172). Sum of RGB (Red+Green+Blue) = 96+5+172=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #6005AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6005AC is #9FFA53. Grayscale: #323232. Windows color (decimal): -10484308 or 11273568. OLE color: 11273568.

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

Color convert

RGB 96 5 172 -
CMYK 0.44 0.97 0 0.33
HSL 272.69º 0.94% 0.35% -
HSV(B) 272.69º 0.97% 0.67% -
XYZ 12.32 5.57 39.46 -
YUV 51.25 196.15 159.92 -
System Red Green Blue C M Y K H S L
Decimal 96 5 172 0.44 0.97 0 0.33 272.69 0.94 0.35
Hex 60 5 AC 2C 61 0 21 111 5E 23
Octal 140 5 254 54 141 0 41 421 136 43
Binary 1100000 101 10101100 101100 1100001 0 100001 100010001 1011110 100011

Color Harmonies of #6005AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6005AC

Black with #6005AC

Text Example


Text Example

White with #6005AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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