Html Css Color HEX #600686 Indigo

📋 copy color: '#600686'

red 96 ◦ green 6 ◦ blue 134

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

Shades of Indigo #600686

Tints of Indigo #600686

RGB

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

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

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

R = 40.68%
G = 2.54%
B = 56.78%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600686 (or 0x600686) is known color: Indigo. HEX triplet: 60, 06 and 86. RGB value is (96,6,134). Sum of RGB (Red+Green+Blue) = 96+6+134=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #600686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600686 is #9FF979. Grayscale: #2F2F2F. Windows color (decimal): -10484090 or 8783456. OLE color: 8783456.

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

Color convert

RGB 96 6 134 -
CMYK 0.28 0.96 0 0.47
HSL 282.19º 0.91% 0.27% -
HSV(B) 282.19º 0.96% 0.53% -
XYZ 9.19 4.34 22.91 -
YUV 47.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 96 6 134 0.28 0.96 0 0.47 282.19 0.91 0.27
Hex 60 6 86 1C 60 0 2F 11A 5B 1B
Octal 140 6 206 34 140 0 57 432 133 33
Binary 1100000 110 10000110 11100 1100000 0 101111 100011010 1011011 11011

Color Harmonies of #600686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600686

Black with #600686

Text Example


Text Example

White with #600686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600686; }

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

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

background-color css

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

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

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

border-color css

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

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

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