Html Css Color HEX #6100AD Indigo

📋 copy color: '#6100AD'

red 97 ◦ green 0 ◦ blue 173

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

Shades of Indigo #6100AD

Tints of Indigo #6100AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 35.93%
G = 0%
B = 64.07%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6100AD (or 0x6100AD) is known color: Indigo. HEX triplet: 61, 00 and AD. RGB value is (97,0,173). Sum of RGB (Red+Green+Blue) = 97+0+173=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #6100AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6100AD is #9EFF52. Grayscale: #303030. Windows color (decimal): -10420051 or 11337825. OLE color: 11337825.

HSL color Cylindrical-coordinate representation of color #6100AD: hue angle of 273.64º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100AD is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 0 173 -
CMYK 0.44 1 0 0.32
HSL 273.64º 1% 0.34% -
HSV(B) 273.64º 1% 0.68% -
XYZ 12.47 5.56 39.95 -
YUV 48.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 97 0 173 0.44 1 0 0.32 273.64 1 0.34
Hex 61 0 AD 2C 64 0 20 112 64 22
Octal 141 0 255 54 144 0 40 422 144 42
Binary 1100001 0 10101101 101100 1100100 0 100000 100010010 1100100 100010

Color Harmonies of #6100AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100AD

Black with #6100AD

Text Example


Text Example

White with #6100AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6100AD; }

 p { color: rgb(97,0,173); }

 H1.HeaderClassName
 {
   color: #6100AD;
 }
 .AnyTagClassName
 {
   color: #6100AD;
 }
</style>

background-color css

<style>
 a { background-color: #6100AD; }

 a { background-color: rgb(97,0,173); }

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

border-color css

<style>
 span { border-color: #6100AD; }

 span { border-color: rgb(97,0,173); }

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