Html Css Color HEX #6A139D Indigo

📋 copy color: '#6A139D'

red 106 ◦ green 19 ◦ blue 157

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

Shades of Indigo #6A139D

Tints of Indigo #6A139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 37.59%
G = 6.74%
B = 55.67%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A139D (or 0x6A139D) is known color: Indigo. HEX triplet: 6A, 13 and 9D. RGB value is (106,19,157). Sum of RGB (Red+Green+Blue) = 106+19+157=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A139D is #95EC62. Grayscale: #3C3C3C. Windows color (decimal): -9825379 or 10294122. OLE color: 10294122.

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

Color convert

RGB 106 19 157 -
CMYK 0.32 0.88 0 0.38
HSL 277.83º 0.78% 0.35% -
HSV(B) 277.83º 0.88% 0.62% -
XYZ 12.26 5.96 32.4 -
YUV 60.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 106 19 157 0.32 0.88 0 0.38 277.83 0.78 0.35
Hex 6A 13 9D 20 58 0 26 116 4E 23
Octal 152 23 235 40 130 0 46 426 116 43
Binary 1101010 10011 10011101 100000 1011000 0 100110 100010110 1001110 100011

Color Harmonies of #6A139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A139D

Black with #6A139D

Text Example


Text Example

White with #6A139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,19,157); }

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

background-color css

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

 a { background-color: rgb(106,19,157); }

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

border-color css

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

 span { border-color: rgb(106,19,157); }

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