Html Css Color HEX #600086 Indigo

📋 copy color: '#600086'

red 96 ◦ green 0 ◦ blue 134

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

Shades of Indigo #600086

Tints of Indigo #600086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.74%
G = 0%
B = 58.26%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600086 (or 0x600086) is known color: Indigo. HEX triplet: 60, 00 and 86. RGB value is (96,0,134). Sum of RGB (Red+Green+Blue) = 96+0+134=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #600086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600086 is #9FFF79. Grayscale: #2B2B2B. Windows color (decimal): -10485626 or 8781920. OLE color: 8781920.

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

Color convert

RGB 96 0 134 -
CMYK 0.28 1 0 0.47
HSL 282.99º 1% 0.26% -
HSV(B) 282.99º 1% 0.53% -
XYZ 9.13 4.21 22.89 -
YUV 43.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 96 0 134 0.28 1 0 0.47 282.99 1 0.26
Hex 60 0 86 1C 64 0 2F 11B 64 1A
Octal 140 0 206 34 144 0 57 433 144 32
Binary 1100000 0 10000110 11100 1100100 0 101111 100011011 1100100 11010

Color Harmonies of #600086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600086

Black with #600086

Text Example


Text Example

White with #600086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600086; }

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

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

background-color css

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

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

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

border-color css

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

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

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