#65747A

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

Shades of Blue Bayoux #65747A

Tints of Blue Bayoux #65747A

Color information

#65747A (or 0x65747A) is unknown color: approx Blue Bayoux. HEX triplet: 65, 74 and 7A. RGB value is (101,116,122). Sum of RGB (Red+Green+Blue) = 101+116+122=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 116 (45.70% from 255 or 34.22% 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 #65747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65747A is #9A8B85. Grayscale: #707070. Windows color (decimal): -10128262 or 8025189. OLE color: 8025189.

HSL color Cylindrical-coordinate representation of color #65747A: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65747A is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101116122-
CMYK0.170.0500.52
HSL197.14º9.42%43.73%-
HSV(B)197.14º17.21%47.84%-
XYZ15.1316.6620.83-
YUV112.2133.53120.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=29.79%
G=34.22%
B=35.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011161220.170.0500.52197.149.4243.73
Hex65747A115034c592c
Octal1451641722150643051154
Binary110010111101001111010100011010110100110001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,116,122); }

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

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

 a { background-color: rgb(101,116,122); }

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

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

 span { border-color: rgb(101,116,122); }

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