#61777C

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

Shades of Blue Bayoux #61777C

Tints of Blue Bayoux #61777C

Color information

#61777C (or 0x61777C) is unknown color: approx Blue Bayoux. HEX triplet: 61, 77 and 7C. RGB value is (97,119,124). Sum of RGB (Red+Green+Blue) = 97+119+124=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #61777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61777C is #9E8883. Grayscale: #707070. Windows color (decimal): -10389636 or 8157025. OLE color: 8157025.

HSL color Cylindrical-coordinate representation of color #61777C: hue angle of 191.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61777C is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97119124-
CMYK0.220.0400.51
HSL191.11º12.22%43.33%-
HSV(B)191.11º21.77%48.63%-
XYZ15.1617.1921.59-
YUV112.99134.21116.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=28.53%
G=35%
B=36.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971191240.220.0400.51191.1112.2243.33
Hex61777C164033bfc2b
Octal1411671742640632771453
Binary110000111101111111100101101000110011101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61777C; }

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

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

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

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

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

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

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

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