#61787A

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

Shades of Blue Bayoux #61787A

Tints of Blue Bayoux #61787A

Color information

#61787A (or 0x61787A) is unknown color: approx Blue Bayoux. HEX triplet: 61, 78 and 7A. RGB value is (97,120,122). Sum of RGB (Red+Green+Blue) = 97+120+122=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #61787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61787A is #9E8785. Grayscale: #717171. Windows color (decimal): -10389382 or 8026209. OLE color: 8026209.

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

Color convert

RGB97120122-
CMYK0.200.0200.52
HSL184.8º11.42%42.94%-
HSV(B)184.8º20.49%47.84%-
XYZ15.1617.3820.97-
YUV113.35132.88116.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=28.61%
G=35.40%
B=35.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971201220.200.0200.52184.811.4242.94
Hex61787A142034b9b2b
Octal1411701722420642711353
Binary11000011111000111101010100100110100101110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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