Html Css Color HEX #6101AC Indigo

📋 copy color: '#6101AC'

red 97 ◦ green 1 ◦ blue 172

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

Shades of Indigo #6101AC

Tints of Indigo #6101AC

RGB

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

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

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

R = 35.93%
G = 0.37%
B = 63.7%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6101AC (or 0x6101AC) is known color: Indigo. HEX triplet: 61, 01 and AC. RGB value is (97,1,172). Sum of RGB (Red+Green+Blue) = 97+1+172=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #6101AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6101AC is #9EFE53. Grayscale: #303030. Windows color (decimal): -10419796 or 11272545. OLE color: 11272545.

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

Color convert

RGB 97 1 172 -
CMYK 0.44 0.99 0 0.33
HSL 273.68º 0.99% 0.34% -
HSV(B) 273.68º 0.99% 0.67% -
XYZ 12.39 5.54 39.45 -
YUV 49.2 197.3 162.1 -
System Red Green Blue C M Y K H S L
Decimal 97 1 172 0.44 0.99 0 0.33 273.68 0.99 0.34
Hex 61 1 AC 2C 63 0 21 112 63 22
Octal 141 1 254 54 143 0 41 422 143 42
Binary 1100001 1 10101100 101100 1100011 0 100001 100010010 1100011 100010

Color Harmonies of #6101AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101AC

Black with #6101AC

Text Example


Text Example

White with #6101AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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