Html Css Color HEX #6108A5 Indigo

📋 copy color: '#6108A5'

red 97 ◦ green 8 ◦ blue 165

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

Shades of Indigo #6108A5

Tints of Indigo #6108A5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 35.93%
G = 2.96%
B = 61.11%

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

#6108A5 (or 0x6108A5) is known color: Indigo. HEX triplet: 61, 08 and A5. RGB value is (97,8,165). Sum of RGB (Red+Green+Blue) = 97+8+165=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 165 (64.84% from 255 or 61.11% from 270); Max value from RGB is 165 - color contains mainly: blue. Hex color #6108A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6108A5 is #9EF75A. Grayscale: #333333. Windows color (decimal): -10418011 or 10815585. OLE color: 10815585.

HSL color Cylindrical-coordinate representation of color #6108A5: hue angle of 274.01º degrees, saturation: 0.91, 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 #6108A5 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 8 165 -
CMYK 0.41 0.95 0 0.35
HSL 274.01º 0.91% 0.34% -
HSV(B) 274.01º 0.95% 0.65% -
XYZ 11.81 5.43 36.02 -
YUV 52.51 191.49 159.73 -
System Red Green Blue C M Y K H S L
Decimal 97 8 165 0.41 0.95 0 0.35 274.01 0.91 0.34
Hex 61 8 A5 29 5F 0 23 112 5B 22
Octal 141 10 245 51 137 0 43 422 133 42
Binary 1100001 1000 10100101 101001 1011111 0 100011 100010010 1011011 100010

Color Harmonies of #6108A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6108A5

Black with #6108A5

Text Example


Text Example

White with #6108A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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