#65747B

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

Shades of Blue Bayoux #65747B

Tints of Blue Bayoux #65747B

Color information

#65747B (or 0x65747B) is unknown color: approx Blue Bayoux. HEX triplet: 65, 74 and 7B. RGB value is (101,116,123). Sum of RGB (Red+Green+Blue) = 101+116+123=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 116 (45.70% from 255 or 34.12% 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 #65747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65747B is #9A8B84. Grayscale: #707070. Windows color (decimal): -10128261 or 8090725. OLE color: 8090725.

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

Color convert

RGB101116123-
CMYK0.180.0600.52
HSL199.09º9.82%43.92%-
HSV(B)199.09º17.89%48.24%-
XYZ15.1916.6921.16-
YUV112.31134.03119.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=29.71%
G=34.12%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011161230.180.0600.52199.099.8243.92
Hex65747B126034c7a2c
Octal1451641732260643071254
Binary110010111101001111011100101100110100110001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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