Html Css Color HEX #600886 Indigo

📋 copy color: '#600886'

red 96 ◦ green 8 ◦ blue 134

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

Shades of Indigo #600886

Tints of Indigo #600886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 40.34%
G = 3.36%
B = 56.3%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600886 (or 0x600886) is known color: Indigo. HEX triplet: 60, 08 and 86. RGB value is (96,8,134). Sum of RGB (Red+Green+Blue) = 96+8+134=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #600886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600886 is #9FF779. Grayscale: #303030. Windows color (decimal): -10483578 or 8783968. OLE color: 8783968.

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

Color convert

RGB 96 8 134 -
CMYK 0.28 0.94 0 0.47
HSL 281.9º 0.89% 0.28% -
HSV(B) 281.9º 0.94% 0.53% -
XYZ 9.21 4.38 22.91 -
YUV 48.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 96 8 134 0.28 0.94 0 0.47 281.9 0.89 0.28
Hex 60 8 86 1C 5E 0 2F 11A 59 1C
Octal 140 10 206 34 136 0 57 432 131 34
Binary 1100000 1000 10000110 11100 1011110 0 101111 100011010 1011001 11100

Color Harmonies of #600886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600886

Black with #600886

Text Example


Text Example

White with #600886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600886; }

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

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

background-color css

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

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

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

border-color css

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

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

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