Html Css Color HEX #60107C Indigo

📋 copy color: '#60107C'

red 96 ◦ green 16 ◦ blue 124

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

Shades of Indigo #60107C

Tints of Indigo #60107C

RGB

 RED value IS 96 (37.89% from 255) = 40.68%

 GREEN value IS 16 (6.64% from 255) = 6.78%

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 40.68%
G = 6.78%
B = 52.54%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60107C (or 0x60107C) is known color: Indigo. HEX triplet: 60, 10 and 7C. RGB value is (96,16,124). Sum of RGB (Red+Green+Blue) = 96+16+124=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #60107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60107C is #9FEF83. Grayscale: #333333. Windows color (decimal): -10481540 or 8130656. OLE color: 8130656.

HSL color Cylindrical-coordinate representation of color #60107C: hue angle of 284.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60107C is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 16 124 -
CMYK 0.23 0.87 0 0.51
HSL 284.44º 0.77% 0.27% -
HSV(B) 284.44º 0.87% 0.49% -
XYZ 8.65 4.31 19.45 -
YUV 52.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 96 16 124 0.23 0.87 0 0.51 284.44 0.77 0.27
Hex 60 10 7C 17 57 0 33 11C 4D 1B
Octal 140 20 174 27 127 0 63 434 115 33
Binary 1100000 10000 1111100 10111 1010111 0 110011 100011100 1001101 11011

Color Harmonies of #60107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60107C

Black with #60107C

Text Example


Text Example

White with #60107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60107C; }

 p { color: rgb(96,16,124); }

 H1.HeaderClassName
 {
   color: #60107C;
 }
 .AnyTagClassName
 {
   color: #60107C;
 }
</style>

background-color css

<style>
 a { background-color: #60107C; }

 a { background-color: rgb(96,16,124); }

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

border-color css

<style>
 span { border-color: #60107C; }

 span { border-color: rgb(96,16,124); }

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