Html Css Color HEX #6C119B Indigo

📋 copy color: '#6C119B'

red 108 ◦ green 17 ◦ blue 155

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

Shades of Indigo #6C119B

Tints of Indigo #6C119B

RGB

 RED value IS 108 (42.58% from 255) = 38.57%

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

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 38.57%
G = 6.07%
B = 55.36%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C119B (or 0x6C119B) is known color: Indigo. HEX triplet: 6C, 11 and 9B. RGB value is (108,17,155). Sum of RGB (Red+Green+Blue) = 108+17+155=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C119B is #93EE64. Grayscale: #3B3B3B. Windows color (decimal): -9694821 or 10162540. OLE color: 10162540.

HSL color Cylindrical-coordinate representation of color #6C119B: hue angle of 279.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C119B is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 17 155 -
CMYK 0.30 0.89 0 0.39
HSL 279.57º 0.8% 0.34% -
HSV(B) 279.57º 0.89% 0.61% -
XYZ 12.3 5.96 31.51 -
YUV 59.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 108 17 155 0.30 0.89 0 0.39 279.57 0.8 0.34
Hex 6C 11 9B 1E 59 0 27 118 50 22
Octal 154 21 233 36 131 0 47 430 120 42
Binary 1101100 10001 10011011 11110 1011001 0 100111 100011000 1010000 100010

Color Harmonies of #6C119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C119B

Black with #6C119B

Text Example


Text Example

White with #6C119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,155); }

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

background-color css

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

 a { background-color: rgb(108,17,155); }

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

border-color css

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

 span { border-color: rgb(108,17,155); }

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