Html Css Color HEX #6009A1 Indigo

📋 copy color: '#6009A1'

red 96 ◦ green 9 ◦ blue 161

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

Shades of Indigo #6009A1

Tints of Indigo #6009A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

 BLUE value IS 161 (63.28% from 255) = 60.53%

R = 36.09%
G = 3.38%
B = 60.53%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6009A1 (or 0x6009A1) is known color: Indigo. HEX triplet: 60, 09 and A1. RGB value is (96,9,161). Sum of RGB (Red+Green+Blue) = 96+9+161=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #6009A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6009A1 is #9FF65E. Grayscale: #333333. Windows color (decimal): -10483295 or 10553696. OLE color: 10553696.

HSL color Cylindrical-coordinate representation of color #6009A1: hue angle of 274.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6009A1 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 9 161 -
CMYK 0.40 0.94 0 0.37
HSL 274.34º 0.89% 0.33% -
HSV(B) 274.34º 0.94% 0.63% -
XYZ 11.35 5.26 34.13 -
YUV 52.34 189.32 159.14 -
System Red Green Blue C M Y K H S L
Decimal 96 9 161 0.40 0.94 0 0.37 274.34 0.89 0.33
Hex 60 9 A1 28 5E 0 25 112 59 21
Octal 140 11 241 50 136 0 45 422 131 41
Binary 1100000 1001 10100001 101000 1011110 0 100101 100010010 1011001 100001

Color Harmonies of #6009A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009A1

Black with #6009A1

Text Example


Text Example

White with #6009A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6009A1; }

 p { color: rgb(96,9,161); }

 H1.HeaderClassName
 {
   color: #6009A1;
 }
 .AnyTagClassName
 {
   color: #6009A1;
 }
</style>

background-color css

<style>
 a { background-color: #6009A1; }

 a { background-color: rgb(96,9,161); }

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

border-color css

<style>
 span { border-color: #6009A1; }

 span { border-color: rgb(96,9,161); }

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