#66797C

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

Shades of Blue Bayoux #66797C

Tints of Blue Bayoux #66797C

Color information

#66797C (or 0x66797C) is unknown color: approx Blue Bayoux. HEX triplet: 66, 79 and 7C. RGB value is (102,121,124). Sum of RGB (Red+Green+Blue) = 102+121+124=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #66797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66797C is #998683. Grayscale: #737373. Windows color (decimal): -10061444 or 8157542. OLE color: 8157542.

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

Color convert

RGB102121124-
CMYK0.180.0200.51
HSL188.18º9.73%44.31%-
HSV(B)188.18º17.74%48.63%-
XYZ15.9517.9521.69-
YUV115.66132.71118.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=29.39%
G=34.87%
B=35.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021211240.180.0200.51188.189.7344.31
Hex66797C122033bca2c
Octal1461711742220632741254
Binary11001101111001111110010010100110011101111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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