#617780

Color #617780 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #617780

Tints of Blue Bayoux #617780

Color information

#617780 (or 0x617780) is unknown color: approx Blue Bayoux. HEX triplet: 61, 77 and 80. RGB value is (97,119,128). Sum of RGB (Red+Green+Blue) = 97+119+128=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #617780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617780 is #9E887F. Grayscale: #717171. Windows color (decimal): -10389632 or 8419169. OLE color: 8419169.

HSL color Cylindrical-coordinate representation of color #617780: hue angle of 197.42º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617780 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97119128-
CMYK0.240.0700.50
HSL197.42º13.78%44.12%-
HSV(B)197.42º24.22%50.2%-
XYZ15.4217.2922.95-
YUV113.45136.21116.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=28.20%
G=34.59%
B=37.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971191280.240.0700.50197.4213.7844.12
Hex617780187032c5e2c
Octal1411672003070623051654
Binary1100001111011110000000110001110110010110001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617780; }

 p { color: rgb(97,119,128); }

 H1.HeaderClassName
 {
   color: #617780;
 }
 .AnyTagClassName
 {
   color: #617780;
 }
</style>
background-color css

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

 a { background-color: rgb(97,119,128); }

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

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

 span { border-color: rgb(97,119,128); }

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