#66757B

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

Shades of Blue Bayoux #66757B

Tints of Blue Bayoux #66757B

Color information

#66757B (or 0x66757B) is unknown color: approx Blue Bayoux. HEX triplet: 66, 75 and 7B. RGB value is (102,117,123). Sum of RGB (Red+Green+Blue) = 102+117+123=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #66757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66757B is #998A84. Grayscale: #717171. Windows color (decimal): -10062469 or 8090982. OLE color: 8090982.

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

Color convert

RGB102117123-
CMYK0.170.0500.52
HSL197.14º9.33%44.12%-
HSV(B)197.14º17.07%48.24%-
XYZ15.4216.9821.2-
YUV113.2133.53120.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=29.82%
G=34.21%
B=35.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021171230.170.0500.52197.149.3344.12
Hex66757B115034c592c
Octal1461651732150643051154
Binary110011011101011111011100011010110100110001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66757B; }

 p { color: rgb(102,117,123); }

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

<style>
 a { background-color: #66757B; }

 a { background-color: rgb(102,117,123); }

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

<style>
 span { border-color: #66757B; }

 span { border-color: rgb(102,117,123); }

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