#66737A

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

Shades of Blue Bayoux #66737A

Tints of Blue Bayoux #66737A

Color information

#66737A (or 0x66737A) is unknown color: approx Blue Bayoux. HEX triplet: 66, 73 and 7A. RGB value is (102,115,122). Sum of RGB (Red+Green+Blue) = 102+115+122=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #66737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66737A is #998C85. Grayscale: #6F6F6F. Windows color (decimal): -10062982 or 8024934. OLE color: 8024934.

HSL color Cylindrical-coordinate representation of color #66737A: hue angle of 201º 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 #66737A is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102115122-
CMYK0.160.0600.52
HSL201º8.93%43.92%-
HSV(B)201º16.39%47.84%-
XYZ15.1216.4920.8-
YUV111.91133.69120.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=30.09%
G=33.92%
B=35.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021151220.160.0600.522018.9343.92
Hex66737A106034c992c
Octal1461631722060643111154
Binary110011011100111111010100001100110100110010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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