Html Css Color HEX #6C0C99 Indigo

📋 copy color: '#6C0C99'

red 108 ◦ green 12 ◦ blue 153

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

Shades of Indigo #6C0C99

Tints of Indigo #6C0C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 39.56%
G = 4.4%
B = 56.04%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C0C99 (or 0x6C0C99) is known color: Indigo. HEX triplet: 6C, 0C and 99. RGB value is (108,12,153). Sum of RGB (Red+Green+Blue) = 108+12+153=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C0C99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0C99 is #93F366. Grayscale: #383838. Windows color (decimal): -9696103 or 10030188. OLE color: 10030188.

HSL color Cylindrical-coordinate representation of color #6C0C99: hue angle of 280.85º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0C99 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 12 153 -
CMYK 0.29 0.92 0 0.4
HSL 280.85º 0.85% 0.32% -
HSV(B) 280.85º 0.92% 0.6% -
XYZ 12.07 5.75 30.61 -
YUV 56.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 108 12 153 0.29 0.92 0 0.4 280.85 0.85 0.32
Hex 6C C 99 1D 5C 0 28 119 55 20
Octal 154 14 231 35 134 0 50 431 125 40
Binary 1101100 1100 10011001 11101 1011100 0 101000 100011001 1010101 100000

Color Harmonies of #6C0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0C99

Black with #6C0C99

Text Example


Text Example

White with #6C0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,12,153); }

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

background-color css

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

 a { background-color: rgb(108,12,153); }

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

border-color css

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

 span { border-color: rgb(108,12,153); }

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