Html Css Color HEX #600876 Indigo

📋 copy color: '#600876'

red 96 ◦ green 8 ◦ blue 118

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

Shades of Indigo #600876

Tints of Indigo #600876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 43.24%
G = 3.6%
B = 53.15%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600876 (or 0x600876) is known color: Indigo. HEX triplet: 60, 08 and 76. RGB value is (96,8,118). Sum of RGB (Red+Green+Blue) = 96+8+118=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #600876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600876 is #9FF789. Grayscale: #2E2E2E. Windows color (decimal): -10483594 or 7735392. OLE color: 7735392.

HSL color Cylindrical-coordinate representation of color #600876: hue angle of 288º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600876 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 8 118 -
CMYK 0.19 0.93 0 0.54
HSL 288º 0.87% 0.25% -
HSV(B) 288º 0.93% 0.46% -
XYZ 8.18 3.97 17.47 -
YUV 46.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 96 8 118 0.19 0.93 0 0.54 288 0.87 0.25
Hex 60 8 76 13 5D 0 36 120 57 19
Octal 140 10 166 23 135 0 66 440 127 31
Binary 1100000 1000 1110110 10011 1011101 0 110110 100100000 1010111 11001

Color Harmonies of #600876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600876

Black with #600876

Text Example


Text Example

White with #600876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600876; }

 p { color: rgb(96,8,118); }

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

background-color css

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

 a { background-color: rgb(96,8,118); }

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

border-color css

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

 span { border-color: rgb(96,8,118); }

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