#66727A

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

Shades of Blue Bayoux #66727A

Tints of Blue Bayoux #66727A

Color information

#66727A (or 0x66727A) is unknown color: approx Blue Bayoux. HEX triplet: 66, 72 and 7A. RGB value is (102,114,122). Sum of RGB (Red+Green+Blue) = 102+114+122=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #66727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66727A is #998D85. Grayscale: #6F6F6F. Windows color (decimal): -10063238 or 8024678. OLE color: 8024678.

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

Color convert

RGB102114122-
CMYK0.160.0700.52
HSL204º8.93%43.92%-
HSV(B)204º16.39%47.84%-
XYZ15.0116.2620.76-
YUV111.32134.02121.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=30.18%
G=33.73%
B=36.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021141220.160.0700.522048.9343.92
Hex66727A107034cc92c
Octal1461621722070643141154
Binary110011011100101111010100001110110100110011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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