Html Css Color HEX #600776 Indigo

📋 copy color: '#600776'

red 96 ◦ green 7 ◦ blue 118

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

Shades of Indigo #600776

Tints of Indigo #600776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

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

R = 43.44%
G = 3.17%
B = 53.39%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600776 (or 0x600776) is known color: Indigo. HEX triplet: 60, 07 and 76. RGB value is (96,7,118). Sum of RGB (Red+Green+Blue) = 96+7+118=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #600776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600776 is #9FF889. Grayscale: #2D2D2D. Windows color (decimal): -10483850 or 7735136. OLE color: 7735136.

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

Color convert

RGB 96 7 118 -
CMYK 0.19 0.94 0 0.54
HSL 288.11º 0.89% 0.25% -
HSV(B) 288.11º 0.94% 0.46% -
XYZ 8.17 3.95 17.47 -
YUV 46.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 96 7 118 0.19 0.94 0 0.54 288.11 0.89 0.25
Hex 60 7 76 13 5E 0 36 120 59 19
Octal 140 7 166 23 136 0 66 440 131 31
Binary 1100000 111 1110110 10011 1011110 0 110110 100100000 1011001 11001

Color Harmonies of #600776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600776

Black with #600776

Text Example


Text Example

White with #600776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600776; }

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

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

background-color css

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

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

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

border-color css

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

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

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