#66737B

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

Shades of Blue Bayoux #66737B

Tints of Blue Bayoux #66737B

Color information

#66737B (or 0x66737B) is unknown color: approx Blue Bayoux. HEX triplet: 66, 73 and 7B. RGB value is (102,115,123). Sum of RGB (Red+Green+Blue) = 102+115+123=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #66737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66737B is #998C84. Grayscale: #6F6F6F. Windows color (decimal): -10062981 or 8090470. OLE color: 8090470.

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

Color convert

RGB102115123-
CMYK0.170.0700.52
HSL202.86º9.33%44.12%-
HSV(B)202.86º17.07%48.24%-
XYZ15.1916.5221.13-
YUV112.02134.19120.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=30%
G=33.82%
B=36.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021151230.170.0700.52202.869.3344.12
Hex66737B117034cb92c
Octal1461631732170643131154
Binary110011011100111111011100011110110100110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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