Html Css Color HEX #6105A6 Indigo

📋 copy color: '#6105A6'

red 97 ◦ green 5 ◦ blue 166

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

Shades of Indigo #6105A6

Tints of Indigo #6105A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 61.94%

R = 36.19%
G = 1.87%
B = 61.94%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6105A6 (or 0x6105A6) is known color: Indigo. HEX triplet: 61, 05 and A6. RGB value is (97,5,166). Sum of RGB (Red+Green+Blue) = 97+5+166=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #6105A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6105A6 is #9EFA59. Grayscale: #323232. Windows color (decimal): -10418778 or 10880353. OLE color: 10880353.

HSL color Cylindrical-coordinate representation of color #6105A6: hue angle of 274.29º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6105A6 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 5 166 -
CMYK 0.42 0.97 0 0.35
HSL 274.29º 0.94% 0.34% -
HSV(B) 274.29º 0.97% 0.65% -
XYZ 11.87 5.4 36.49 -
YUV 50.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 97 5 166 0.42 0.97 0 0.35 274.29 0.94 0.34
Hex 61 5 A6 2A 61 0 23 112 5E 22
Octal 141 5 246 52 141 0 43 422 136 42
Binary 1100001 101 10100110 101010 1100001 0 100011 100010010 1011110 100010

Color Harmonies of #6105A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6105A6

Black with #6105A6

Text Example


Text Example

White with #6105A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6105A6; }

 p { color: rgb(97,5,166); }

 H1.HeaderClassName
 {
   color: #6105A6;
 }
 .AnyTagClassName
 {
   color: #6105A6;
 }
</style>

background-color css

<style>
 a { background-color: #6105A6; }

 a { background-color: rgb(97,5,166); }

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

border-color css

<style>
 span { border-color: #6105A6; }

 span { border-color: rgb(97,5,166); }

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