Html Css Color HEX #6109A5 Indigo

📋 copy color: '#6109A5'

red 97 ◦ green 9 ◦ blue 165

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

Shades of Indigo #6109A5

Tints of Indigo #6109A5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

 BLUE value IS 165 (64.84% from 255) = 60.89%

R = 35.79%
G = 3.32%
B = 60.89%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6109A5 (or 0x6109A5) is known color: Indigo. HEX triplet: 61, 09 and A5. RGB value is (97,9,165). Sum of RGB (Red+Green+Blue) = 97+9+165=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 165 (64.84% from 255 or 60.89% from 271); Max value from RGB is 165 - color contains mainly: blue. Hex color #6109A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6109A5 is #9EF65A. Grayscale: #343434. Windows color (decimal): -10417755 or 10815841. OLE color: 10815841.

HSL color Cylindrical-coordinate representation of color #6109A5: hue angle of 273.85º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6109A5 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 9 165 -
CMYK 0.41 0.95 0 0.35
HSL 273.85º 0.9% 0.34% -
HSV(B) 273.85º 0.95% 0.65% -
XYZ 11.82 5.45 36.03 -
YUV 53.1 191.15 159.32 -
System Red Green Blue C M Y K H S L
Decimal 97 9 165 0.41 0.95 0 0.35 273.85 0.9 0.34
Hex 61 9 A5 29 5F 0 23 112 5A 22
Octal 141 11 245 51 137 0 43 422 132 42
Binary 1100001 1001 10100101 101001 1011111 0 100011 100010010 1011010 100010

Color Harmonies of #6109A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6109A5

Black with #6109A5

Text Example


Text Example

White with #6109A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6109A5; }

 p { color: rgb(97,9,165); }

 H1.HeaderClassName
 {
   color: #6109A5;
 }
 .AnyTagClassName
 {
   color: #6109A5;
 }
</style>

background-color css

<style>
 a { background-color: #6109A5; }

 a { background-color: rgb(97,9,165); }

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

border-color css

<style>
 span { border-color: #6109A5; }

 span { border-color: rgb(97,9,165); }

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