Html Css Color HEX #6103AA Indigo

📋 copy color: '#6103AA'

red 97 ◦ green 3 ◦ blue 170

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

Shades of Indigo #6103AA

Tints of Indigo #6103AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 35.93%
G = 1.11%
B = 62.96%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6103AA (or 0x6103AA) is known color: Indigo. HEX triplet: 61, 03 and AA. RGB value is (97,3,170). Sum of RGB (Red+Green+Blue) = 97+3+170=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #6103AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6103AA is #9EFC55. Grayscale: #313131. Windows color (decimal): -10419286 or 11141985. OLE color: 11141985.

HSL color Cylindrical-coordinate representation of color #6103AA: hue angle of 273.77º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103AA is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 3 170 -
CMYK 0.43 0.98 0 0.33
HSL 273.77º 0.97% 0.34% -
HSV(B) 273.77º 0.98% 0.67% -
XYZ 12.22 5.51 38.45 -
YUV 50.14 195.64 161.42 -
System Red Green Blue C M Y K H S L
Decimal 97 3 170 0.43 0.98 0 0.33 273.77 0.97 0.34
Hex 61 3 AA 2B 62 0 21 112 61 22
Octal 141 3 252 53 142 0 41 422 141 42
Binary 1100001 11 10101010 101011 1100010 0 100001 100010010 1100001 100010

Color Harmonies of #6103AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103AA

Black with #6103AA

Text Example


Text Example

White with #6103AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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