Html Css Color HEX #6A1290 Indigo

📋 copy color: '#6A1290'

red 106 ◦ green 18 ◦ blue 144

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

Shades of Indigo #6A1290

Tints of Indigo #6A1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 39.55%
G = 6.72%
B = 53.73%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A1290 (or 0x6A1290) is known color: Indigo. HEX triplet: 6A, 12 and 90. RGB value is (106,18,144). Sum of RGB (Red+Green+Blue) = 106+18+144=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A1290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1290 is #95ED6F. Grayscale: #3A3A3A. Windows color (decimal): -9825648 or 9441898. OLE color: 9441898.

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

Color convert

RGB 106 18 144 -
CMYK 0.26 0.88 0 0.44
HSL 281.9º 0.78% 0.32% -
HSV(B) 281.9º 0.88% 0.56% -
XYZ 11.19 5.51 26.86 -
YUV 58.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 106 18 144 0.26 0.88 0 0.44 281.9 0.78 0.32
Hex 6A 12 90 1A 58 0 2C 11A 4E 20
Octal 152 22 220 32 130 0 54 432 116 40
Binary 1101010 10010 10010000 11010 1011000 0 101100 100011010 1001110 100000

Color Harmonies of #6A1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1290

Black with #6A1290

Text Example


Text Example

White with #6A1290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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