Html Css Color HEX #600986 Indigo

📋 copy color: '#600986'

red 96 ◦ green 9 ◦ blue 134

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

Shades of Indigo #600986

Tints of Indigo #600986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 40.17%
G = 3.77%
B = 56.07%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600986 (or 0x600986) is known color: Indigo. HEX triplet: 60, 09 and 86. RGB value is (96,9,134). Sum of RGB (Red+Green+Blue) = 96+9+134=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #600986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600986 is #9FF679. Grayscale: #303030. Windows color (decimal): -10483322 or 8784224. OLE color: 8784224.

HSL color Cylindrical-coordinate representation of color #600986: hue angle of 281.76º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600986 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 9 134 -
CMYK 0.28 0.93 0 0.47
HSL 281.76º 0.87% 0.28% -
HSV(B) 281.76º 0.93% 0.53% -
XYZ 9.22 4.4 22.92 -
YUV 49.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 96 9 134 0.28 0.93 0 0.47 281.76 0.87 0.28
Hex 60 9 86 1C 5D 0 2F 11A 57 1C
Octal 140 11 206 34 135 0 57 432 127 34
Binary 1100000 1001 10000110 11100 1011101 0 101111 100011010 1010111 11100

Color Harmonies of #600986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600986

Black with #600986

Text Example


Text Example

White with #600986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600986; }

 p { color: rgb(96,9,134); }

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

background-color css

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

 a { background-color: rgb(96,9,134); }

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

border-color css

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

 span { border-color: rgb(96,9,134); }

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