#66747C

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

Shades of Blue Bayoux #66747C

Tints of Blue Bayoux #66747C

Color information

#66747C (or 0x66747C) is unknown color: approx Blue Bayoux. HEX triplet: 66, 74 and 7C. RGB value is (102,116,124). Sum of RGB (Red+Green+Blue) = 102+116+124=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #66747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66747C is #998B83. Grayscale: #707070. Windows color (decimal): -10062724 or 8156262. OLE color: 8156262.

HSL color Cylindrical-coordinate representation of color #66747C: hue angle of 201.82º 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 #66747C is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB102116124-
CMYK0.180.0600.51
HSL201.82º9.73%44.31%-
HSV(B)201.82º17.74%48.63%-
XYZ15.3616.7721.5-
YUV112.73134.36120.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=29.82%
G=33.92%
B=36.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021161240.180.0600.51201.829.7344.31
Hex66747C126033caa2c
Octal1461641742260633121254
Binary110011011101001111100100101100110011110010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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