Html Css Color HEX #6A1090 Indigo

📋 copy color: '#6A1090'

red 106 ◦ green 16 ◦ blue 144

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

Shades of Indigo #6A1090

Tints of Indigo #6A1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 39.85%
G = 6.02%
B = 54.14%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A1090 (or 0x6A1090) is known color: Indigo. HEX triplet: 6A, 10 and 90. RGB value is (106,16,144). Sum of RGB (Red+Green+Blue) = 106+16+144=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A1090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1090 is #95EF6F. Grayscale: #393939. Windows color (decimal): -9826160 or 9441386. OLE color: 9441386.

HSL color Cylindrical-coordinate representation of color #6A1090: hue angle of 282.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1090 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 16 144 -
CMYK 0.26 0.89 0 0.44
HSL 282.19º 0.8% 0.31% -
HSV(B) 282.19º 0.89% 0.56% -
XYZ 11.16 5.45 26.85 -
YUV 57.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 106 16 144 0.26 0.89 0 0.44 282.19 0.8 0.31
Hex 6A 10 90 1A 59 0 2C 11A 50 1F
Octal 152 20 220 32 131 0 54 432 120 37
Binary 1101010 10000 10010000 11010 1011001 0 101100 100011010 1010000 11111

Color Harmonies of #6A1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1090

Black with #6A1090

Text Example


Text Example

White with #6A1090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,16,144); }

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

background-color css

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

 a { background-color: rgb(106,16,144); }

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

border-color css

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

 span { border-color: rgb(106,16,144); }

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