#61787B

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

Shades of Blue Bayoux #61787B

Tints of Blue Bayoux #61787B

Color information

#61787B (or 0x61787B) is unknown color: approx Blue Bayoux. HEX triplet: 61, 78 and 7B. RGB value is (97,120,123). Sum of RGB (Red+Green+Blue) = 97+120+123=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #61787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61787B is #9E8784. Grayscale: #717171. Windows color (decimal): -10389381 or 8091745. OLE color: 8091745.

HSL color Cylindrical-coordinate representation of color #61787B: hue angle of 186.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61787B is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97120123-
CMYK0.210.0200.52
HSL186.92º11.82%43.14%-
HSV(B)186.92º21.14%48.24%-
XYZ15.2217.421.3-
YUV113.46133.38116.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=28.53%
G=35.29%
B=36.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971201230.210.0200.52186.9211.8243.14
Hex61787B152034bbc2b
Octal1411701732520642731453
Binary11000011111000111101110101100110100101110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61787B; }

 p { color: rgb(97,120,123); }

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

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

 a { background-color: rgb(97,120,123); }

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

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

 span { border-color: rgb(97,120,123); }

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