Html Css Color HEX #6B1195 Indigo

📋 copy color: '#6B1195'

red 107 ◦ green 17 ◦ blue 149

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

Shades of Indigo #6B1195

Tints of Indigo #6B1195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 39.19%
G = 6.23%
B = 54.58%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B1195 (or 0x6B1195) is known color: Indigo. HEX triplet: 6B, 11 and 95. RGB value is (107,17,149). Sum of RGB (Red+Green+Blue) = 107+17+149=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B1195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1195 is #94EE6A. Grayscale: #3A3A3A. Windows color (decimal): -9760363 or 9769323. OLE color: 9769323.

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

Color convert

RGB 107 17 149 -
CMYK 0.28 0.89 0 0.42
HSL 280.91º 0.8% 0.33% -
HSV(B) 280.91º 0.89% 0.58% -
XYZ 11.69 5.7 28.92 -
YUV 58.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 107 17 149 0.28 0.89 0 0.42 280.91 0.8 0.33
Hex 6B 11 95 1C 59 0 2A 119 50 21
Octal 153 21 225 34 131 0 52 431 120 41
Binary 1101011 10001 10010101 11100 1011001 0 101010 100011001 1010000 100001

Color Harmonies of #6B1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1195

Black with #6B1195

Text Example


Text Example

White with #6B1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,17,149); }

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

background-color css

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

 a { background-color: rgb(107,17,149); }

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

border-color css

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

 span { border-color: rgb(107,17,149); }

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