Html Css Color HEX #6A118D Indigo

📋 copy color: '#6A118D'

red 106 ◦ green 17 ◦ blue 141

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

Shades of Indigo #6A118D

Tints of Indigo #6A118D

RGB

 RED value IS 106 (41.8% from 255) = 40.15%

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 40.15%
G = 6.44%
B = 53.41%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A118D (or 0x6A118D) is known color: Indigo. HEX triplet: 6A, 11 and 8D. RGB value is (106,17,141). Sum of RGB (Red+Green+Blue) = 106+17+141=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A118D is #95EE72. Grayscale: #393939. Windows color (decimal): -9825907 or 9245034. OLE color: 9245034.

HSL color Cylindrical-coordinate representation of color #6A118D: hue angle of 283.06º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A118D is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 17 141 -
CMYK 0.25 0.88 0 0.45
HSL 283.06º 0.78% 0.31% -
HSV(B) 283.06º 0.88% 0.55% -
XYZ 10.95 5.39 25.66 -
YUV 57.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 106 17 141 0.25 0.88 0 0.45 283.06 0.78 0.31
Hex 6A 11 8D 19 58 0 2D 11B 4E 1F
Octal 152 21 215 31 130 0 55 433 116 37
Binary 1101010 10001 10001101 11001 1011000 0 101101 100011011 1001110 11111

Color Harmonies of #6A118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A118D

Black with #6A118D

Text Example


Text Example

White with #6A118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A118D; }

 p { color: rgb(106,17,141); }

 H1.HeaderClassName
 {
   color: #6A118D;
 }
 .AnyTagClassName
 {
   color: #6A118D;
 }
</style>

background-color css

<style>
 a { background-color: #6A118D; }

 a { background-color: rgb(106,17,141); }

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

border-color css

<style>
 span { border-color: #6A118D; }

 span { border-color: rgb(106,17,141); }

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