Html Css Color HEX #600E86 Indigo

📋 copy color: '#600E86'

red 96 ◦ green 14 ◦ blue 134

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

Shades of Indigo #600E86

Tints of Indigo #600E86

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.74%

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

R = 39.34%
G = 5.74%
B = 54.92%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600E86 (or 0x600E86) is known color: Indigo. HEX triplet: 60, 0E and 86. RGB value is (96,14,134). Sum of RGB (Red+Green+Blue) = 96+14+134=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #600E86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600E86 is #9FF179. Grayscale: #333333. Windows color (decimal): -10482042 or 8785504. OLE color: 8785504.

HSL color Cylindrical-coordinate representation of color #600E86: hue angle of 281º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600E86 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 14 134 -
CMYK 0.28 0.90 0 0.47
HSL 281º 0.81% 0.29% -
HSV(B) 281º 0.9% 0.53% -
XYZ 9.28 4.52 22.94 -
YUV 52.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 96 14 134 0.28 0.90 0 0.47 281 0.81 0.29
Hex 60 E 86 1C 5A 0 2F 119 51 1D
Octal 140 16 206 34 132 0 57 431 121 35
Binary 1100000 1110 10000110 11100 1011010 0 101111 100011001 1010001 11101

Color Harmonies of #600E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E86

Black with #600E86

Text Example


Text Example

White with #600E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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