Html Css Color HEX #6A129E Indigo

📋 copy color: '#6A129E'

red 106 ◦ green 18 ◦ blue 158

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

Shades of Indigo #6A129E

Tints of Indigo #6A129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 56.03%

R = 37.59%
G = 6.38%
B = 56.03%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A129E (or 0x6A129E) is known color: Indigo. HEX triplet: 6A, 12 and 9E. RGB value is (106,18,158). Sum of RGB (Red+Green+Blue) = 106+18+158=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A129E is #95ED61. Grayscale: #3B3B3B. Windows color (decimal): -9825634 or 10359402. OLE color: 10359402.

HSL color Cylindrical-coordinate representation of color #6A129E: hue angle of 277.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A129E is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 18 158 -
CMYK 0.33 0.89 0 0.38
HSL 277.71º 0.8% 0.35% -
HSV(B) 277.71º 0.89% 0.62% -
XYZ 12.33 5.97 32.85 -
YUV 60.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 106 18 158 0.33 0.89 0 0.38 277.71 0.8 0.35
Hex 6A 12 9E 21 59 0 26 116 50 23
Octal 152 22 236 41 131 0 46 426 120 43
Binary 1101010 10010 10011110 100001 1011001 0 100110 100010110 1010000 100011

Color Harmonies of #6A129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A129E

Black with #6A129E

Text Example


Text Example

White with #6A129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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