Html Css Color HEX #6A158E Indigo

📋 copy color: '#6A158E'

red 106 ◦ green 21 ◦ blue 142

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

Shades of Indigo #6A158E

Tints of Indigo #6A158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

 BLUE value IS 142 (55.86% from 255) = 52.79%

R = 39.41%
G = 7.81%
B = 52.79%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A158E (or 0x6A158E) is known color: Indigo. HEX triplet: 6A, 15 and 8E. RGB value is (106,21,142). Sum of RGB (Red+Green+Blue) = 106+21+142=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A158E is #95EA71. Grayscale: #3B3B3B. Windows color (decimal): -9824882 or 9311594. OLE color: 9311594.

HSL color Cylindrical-coordinate representation of color #6A158E: hue angle of 282.15º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A158E is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 21 142 -
CMYK 0.25 0.85 0 0.44
HSL 282.15º 0.74% 0.32% -
HSV(B) 282.15º 0.85% 0.56% -
XYZ 11.09 5.55 26.08 -
YUV 60.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 106 21 142 0.25 0.85 0 0.44 282.15 0.74 0.32
Hex 6A 15 8E 19 55 0 2C 11A 4A 20
Octal 152 25 216 31 125 0 54 432 112 40
Binary 1101010 10101 10001110 11001 1010101 0 101100 100011010 1001010 100000

Color Harmonies of #6A158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A158E

Black with #6A158E

Text Example


Text Example

White with #6A158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,142); }

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

background-color css

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

 a { background-color: rgb(106,21,142); }

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

border-color css

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

 span { border-color: rgb(106,21,142); }

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