#66737C

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

Shades of Blue Bayoux #66737C

Tints of Blue Bayoux #66737C

Color information

#66737C (or 0x66737C) is unknown color: approx Blue Bayoux. HEX triplet: 66, 73 and 7C. RGB value is (102,115,124). Sum of RGB (Red+Green+Blue) = 102+115+124=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #66737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66737C is #998C83. Grayscale: #707070. Windows color (decimal): -10062980 or 8156006. OLE color: 8156006.

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

Color convert

RGB102115124-
CMYK0.180.0700.51
HSL204.55º9.73%44.31%-
HSV(B)204.55º17.74%48.63%-
XYZ15.2516.5421.46-
YUV112.14134.69120.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=29.91%
G=33.72%
B=36.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021151240.180.0700.51204.559.7344.31
Hex66737C127033cda2c
Octal1461631742270633151254
Binary110011011100111111100100101110110011110011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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