Html Css Color HEX #6B139D Indigo

📋 copy color: '#6B139D'

red 107 ◦ green 19 ◦ blue 157

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

Shades of Indigo #6B139D

Tints of Indigo #6B139D

RGB

 RED value IS 107 (42.19% from 255) = 37.81%

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

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

R = 37.81%
G = 6.71%
B = 55.48%

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

#6B139D (or 0x6B139D) is known color: Indigo. HEX triplet: 6B, 13 and 9D. RGB value is (107,19,157). Sum of RGB (Red+Green+Blue) = 107+19+157=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B139D is #94EC62. Grayscale: #3C3C3C. Windows color (decimal): -9759843 or 10294123. OLE color: 10294123.

HSL color Cylindrical-coordinate representation of color #6B139D: hue angle of 278.26º 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 #6B139D is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 19 157 -
CMYK 0.32 0.88 0 0.38
HSL 278.26º 0.78% 0.35% -
HSV(B) 278.26º 0.88% 0.62% -
XYZ 12.38 6.03 32.41 -
YUV 61.04 182.15 160.78 -
System Red Green Blue C M Y K H S L
Decimal 107 19 157 0.32 0.88 0 0.38 278.26 0.78 0.35
Hex 6B 13 9D 20 58 0 26 116 4E 23
Octal 153 23 235 40 130 0 46 426 116 43
Binary 1101011 10011 10011101 100000 1011000 0 100110 100010110 1001110 100011

Color Harmonies of #6B139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B139D

Black with #6B139D

Text Example


Text Example

White with #6B139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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