#65737C

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

Shades of Blue Bayoux #65737C

Tints of Blue Bayoux #65737C

Color information

#65737C (or 0x65737C) is unknown color: approx Blue Bayoux. HEX triplet: 65, 73 and 7C. RGB value is (101,115,124). Sum of RGB (Red+Green+Blue) = 101+115+124=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #65737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65737C is #9A8C83. Grayscale: #6F6F6F. Windows color (decimal): -10128516 or 8156005. OLE color: 8156005.

HSL color Cylindrical-coordinate representation of color #65737C: hue angle of 203.48º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65737C is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB101115124-
CMYK0.190.0700.51
HSL203.48º10.22%44.12%-
HSV(B)203.48º18.55%48.63%-
XYZ15.1416.4821.45-
YUV111.84134.86120.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=29.71%
G=33.82%
B=36.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011151240.190.0700.51203.4810.2244.12
Hex65737C137033cba2c
Octal1451631742370633131254
Binary110010111100111111100100111110110011110010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65737C; }

 p { color: rgb(101,115,124); }

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

<style>
 a { background-color: #65737C; }

 a { background-color: rgb(101,115,124); }

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

<style>
 span { border-color: #65737C; }

 span { border-color: rgb(101,115,124); }

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