Html Css Color HEX #6C019C Indigo

📋 copy color: '#6C019C'

red 108 ◦ green 1 ◦ blue 156

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

Shades of Indigo #6C019C

Tints of Indigo #6C019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 156 (61.33% from 255) = 58.87%

R = 40.75%
G = 0.38%
B = 58.87%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C019C (or 0x6C019C) is known color: Indigo. HEX triplet: 6C, 01 and 9C. RGB value is (108,1,156). Sum of RGB (Red+Green+Blue) = 108+1+156=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C019C is #93FE63. Grayscale: #323232. Windows color (decimal): -9698916 or 10223980. OLE color: 10223980.

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

Color convert

RGB 108 1 156 -
CMYK 0.31 0.99 0 0.39
HSL 281.42º 0.99% 0.31% -
HSV(B) 281.42º 0.99% 0.61% -
XYZ 12.2 5.61 31.89 -
YUV 50.66 187.45 168.9 -
System Red Green Blue C M Y K H S L
Decimal 108 1 156 0.31 0.99 0 0.39 281.42 0.99 0.31
Hex 6C 1 9C 1F 63 0 27 119 63 1F
Octal 154 1 234 37 143 0 47 431 143 37
Binary 1101100 1 10011100 11111 1100011 0 100111 100011001 1100011 11111

Color Harmonies of #6C019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C019C

Black with #6C019C

Text Example


Text Example

White with #6C019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,156); }

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

background-color css

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

 a { background-color: rgb(108,1,156); }

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

border-color css

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

 span { border-color: rgb(108,1,156); }

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