#61727A

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

Shades of Blue Bayoux #61727A

Tints of Blue Bayoux #61727A

Color information

#61727A (or 0x61727A) is unknown color: approx Blue Bayoux. HEX triplet: 61, 72 and 7A. RGB value is (97,114,122). Sum of RGB (Red+Green+Blue) = 97+114+122=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #61727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61727A is #9E8D85. Grayscale: #6D6D6D. Windows color (decimal): -10390918 or 8024673. OLE color: 8024673.

HSL color Cylindrical-coordinate representation of color #61727A: hue angle of 199.2º 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 #61727A is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97114122-
CMYK0.200.0700.52
HSL199.2º11.42%42.94%-
HSV(B)199.2º20.49%47.84%-
XYZ14.4615.9820.73-
YUV109.83134.87118.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=29.13%
G=34.23%
B=36.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971141220.200.0700.52199.211.4242.94
Hex61727A147034c7b2b
Octal1411621722470643071353
Binary110000111100101111010101001110110100110001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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