Html Css Color HEX #560667 Indigo

📋 copy color: '#560667'

red 86 ◦ green 6 ◦ blue 103

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

Shades of Indigo #560667

Tints of Indigo #560667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 52.82%

R = 44.1%
G = 3.08%
B = 52.82%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#560667 (or 0x560667) is known color: Indigo. HEX triplet: 56, 06 and 67. RGB value is (86,6,103). Sum of RGB (Red+Green+Blue) = 86+6+103=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #560667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560667 is #A9F998. Grayscale: #282828. Windows color (decimal): -11139481 or 6751830. OLE color: 6751830.

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

Color convert

RGB 86 6 103 -
CMYK 0.17 0.94 0 0.60
HSL 289.48º 0.89% 0.21% -
HSV(B) 289.48º 0.94% 0.4% -
XYZ 6.35 3.09 13.09 -
YUV 40.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 86 6 103 0.17 0.94 0 0.60 289.48 0.89 0.21
Hex 56 6 67 11 5E 0 3C 121 59 15
Octal 126 6 147 21 136 0 74 441 131 25
Binary 1010110 110 1100111 10001 1011110 0 111100 100100001 1011001 10101

Color Harmonies of #560667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560667

Black with #560667

Text Example


Text Example

White with #560667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560667; }

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

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

background-color css

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

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

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

border-color css

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

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

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