#61777D

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

Shades of Blue Bayoux #61777D

Tints of Blue Bayoux #61777D

Color information

#61777D (or 0x61777D) is unknown color: approx Blue Bayoux. HEX triplet: 61, 77 and 7D. RGB value is (97,119,125). Sum of RGB (Red+Green+Blue) = 97+119+125=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #61777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61777D is #9E8882. Grayscale: #717171. Windows color (decimal): -10389635 or 8222561. OLE color: 8222561.

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

Color convert

RGB97119125-
CMYK0.220.0500.51
HSL192.86º12.61%43.53%-
HSV(B)192.86º22.4%49.02%-
XYZ15.2317.2221.92-
YUV113.11134.71116.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=28.45%
G=34.90%
B=36.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971191250.220.0500.51192.8612.6143.53
Hex61777D165033c1d2c
Octal1411671752650633011554
Binary110000111101111111101101101010110011110000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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