Html Css Color HEX #6B1396 Indigo

📋 copy color: '#6B1396'

red 107 ◦ green 19 ◦ blue 150

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

Shades of Indigo #6B1396

Tints of Indigo #6B1396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.35%

R = 38.77%
G = 6.88%
B = 54.35%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B1396 (or 0x6B1396) is known color: Indigo. HEX triplet: 6B, 13 and 96. RGB value is (107,19,150). Sum of RGB (Red+Green+Blue) = 107+19+150=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B1396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1396 is #94EC69. Grayscale: #3B3B3B. Windows color (decimal): -9759850 or 9835371. OLE color: 9835371.

HSL color Cylindrical-coordinate representation of color #6B1396: hue angle of 280.31º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B1396 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 19 150 -
CMYK 0.29 0.87 0 0.41
HSL 280.31º 0.78% 0.33% -
HSV(B) 280.31º 0.87% 0.59% -
XYZ 11.8 5.79 29.35 -
YUV 60.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 107 19 150 0.29 0.87 0 0.41 280.31 0.78 0.33
Hex 6B 13 96 1D 57 0 29 118 4E 21
Octal 153 23 226 35 127 0 51 430 116 41
Binary 1101011 10011 10010110 11101 1010111 0 101001 100011000 1001110 100001

Color Harmonies of #6B1396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1396

Black with #6B1396

Text Example


Text Example

White with #6B1396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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