#66747A

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

Shades of Blue Bayoux #66747A

Tints of Blue Bayoux #66747A

Color information

#66747A (or 0x66747A) is unknown color: approx Blue Bayoux. HEX triplet: 66, 74 and 7A. RGB value is (102,116,122). Sum of RGB (Red+Green+Blue) = 102+116+122=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #66747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66747A is #998B85. Grayscale: #707070. Windows color (decimal): -10062726 or 8025190. OLE color: 8025190.

HSL color Cylindrical-coordinate representation of color #66747A: hue angle of 198º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66747A is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102116122-
CMYK0.160.0500.52
HSL198º8.93%43.92%-
HSV(B)198º16.39%47.84%-
XYZ15.2416.7220.84-
YUV112.5133.36120.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=30%
G=34.12%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021161220.160.0500.521988.9343.92
Hex66747A105034c692c
Octal1461641722050643061154
Binary110011011101001111010100001010110100110001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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