Html Css Color HEX #560664 Indigo

📋 copy color: '#560664'

red 86 ◦ green 6 ◦ blue 100

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

Shades of Indigo #560664

Tints of Indigo #560664

RGB

 RED value IS 86 (33.98% from 255) = 44.79%

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

 BLUE value IS 100 (39.45% from 255) = 52.08%

R = 44.79%
G = 3.13%
B = 52.08%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#560664 (or 0x560664) is known color: Indigo. HEX triplet: 56, 06 and 64. RGB value is (86,6,100). Sum of RGB (Red+Green+Blue) = 86+6+100=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #560664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560664 is #A9F99B. Grayscale: #282828. Windows color (decimal): -11139484 or 6555222. OLE color: 6555222.

HSL color Cylindrical-coordinate representation of color #560664: hue angle of 291.06º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560664 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 6 100 -
CMYK 0.14 0.94 0 0.61
HSL 291.06º 0.89% 0.21% -
HSV(B) 291.06º 0.94% 0.39% -
XYZ 6.2 3.03 12.31 -
YUV 40.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 86 6 100 0.14 0.94 0 0.61 291.06 0.89 0.21
Hex 56 6 64 E 5E 0 3D 123 59 15
Octal 126 6 144 16 136 0 75 443 131 25
Binary 1010110 110 1100100 1110 1011110 0 111101 100100011 1011001 10101

Color Harmonies of #560664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560664

Black with #560664

Text Example


Text Example

White with #560664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560664; }

 p { color: rgb(86,6,100); }

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

background-color css

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

 a { background-color: rgb(86,6,100); }

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

border-color css

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

 span { border-color: rgb(86,6,100); }

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