Html Css Color HEX #600677 Indigo

📋 copy color: '#600677'

red 96 ◦ green 6 ◦ blue 119

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

Shades of Indigo #600677

Tints of Indigo #600677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 43.44%
G = 2.71%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#600677 (or 0x600677) is known color: Indigo. HEX triplet: 60, 06 and 77. RGB value is (96,6,119). Sum of RGB (Red+Green+Blue) = 96+6+119=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #600677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600677 is #9FF988. Grayscale: #2D2D2D. Windows color (decimal): -10484105 or 7800416. OLE color: 7800416.

HSL color Cylindrical-coordinate representation of color #600677: hue angle of 287.79º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600677 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 6 119 -
CMYK 0.19 0.95 0 0.53
HSL 287.79º 0.9% 0.25% -
HSV(B) 287.79º 0.95% 0.47% -
XYZ 8.22 3.95 17.78 -
YUV 45.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 96 6 119 0.19 0.95 0 0.53 287.79 0.9 0.25
Hex 60 6 77 13 5F 0 35 120 5A 19
Octal 140 6 167 23 137 0 65 440 132 31
Binary 1100000 110 1110111 10011 1011111 0 110101 100100000 1011010 11001

Color Harmonies of #600677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600677

Black with #600677

Text Example


Text Example

White with #600677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600677; }

 p { color: rgb(96,6,119); }

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

background-color css

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

 a { background-color: rgb(96,6,119); }

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

border-color css

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

 span { border-color: rgb(96,6,119); }

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