Html Css Color HEX #6101AA Indigo

📋 copy color: '#6101AA'

red 97 ◦ green 1 ◦ blue 170

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

Shades of Indigo #6101AA

Tints of Indigo #6101AA

RGB

 RED value IS 97 (38.28% from 255) = 36.19%

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 36.19%
G = 0.37%
B = 63.43%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6101AA (or 0x6101AA) is known color: Indigo. HEX triplet: 61, 01 and AA. RGB value is (97,1,170). Sum of RGB (Red+Green+Blue) = 97+1+170=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 1 (0.78% from 255 or 0.37% 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 #6101AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6101AA is #9EFE55. Grayscale: #303030. Windows color (decimal): -10419798 or 11141473. OLE color: 11141473.

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

Color convert

RGB 97 1 170 -
CMYK 0.43 0.99 0 0.33
HSL 274.08º 0.99% 0.34% -
HSV(B) 274.08º 0.99% 0.67% -
XYZ 12.2 5.47 38.44 -
YUV 48.97 196.3 162.26 -
System Red Green Blue C M Y K H S L
Decimal 97 1 170 0.43 0.99 0 0.33 274.08 0.99 0.34
Hex 61 1 AA 2B 63 0 21 112 63 22
Octal 141 1 252 53 143 0 41 422 143 42
Binary 1100001 1 10101010 101011 1100011 0 100001 100010010 1100011 100010

Color Harmonies of #6101AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101AA

Black with #6101AA

Text Example


Text Example

White with #6101AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,1,170); }

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

background-color css

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

 a { background-color: rgb(97,1,170); }

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

border-color css

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

 span { border-color: rgb(97,1,170); }

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