Html Css Color HEX #600671 Indigo

📋 copy color: '#600671'

red 96 ◦ green 6 ◦ blue 113

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

Shades of Indigo #600671

Tints of Indigo #600671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 44.65%
G = 2.79%
B = 52.56%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600671 (or 0x600671) is known color: Indigo. HEX triplet: 60, 06 and 71. RGB value is (96,6,113). Sum of RGB (Red+Green+Blue) = 96+6+113=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #600671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600671 is #9FF98E. Grayscale: #2C2C2C. Windows color (decimal): -10484111 or 7407200. OLE color: 7407200.

HSL color Cylindrical-coordinate representation of color #600671: hue angle of 290.47º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600671 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 6 113 -
CMYK 0.15 0.95 0 0.56
HSL 290.47º 0.9% 0.23% -
HSV(B) 290.47º 0.95% 0.44% -
XYZ 7.87 3.81 15.94 -
YUV 45.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 96 6 113 0.15 0.95 0 0.56 290.47 0.9 0.23
Hex 60 6 71 F 5F 0 38 122 5A 17
Octal 140 6 161 17 137 0 70 442 132 27
Binary 1100000 110 1110001 1111 1011111 0 111000 100100010 1011010 10111

Color Harmonies of #600671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600671

Black with #600671

Text Example


Text Example

White with #600671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600671; }

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

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

background-color css

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

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

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

border-color css

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

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

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