#667D80

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

Shades of Blue Bayoux #667D80

Tints of Blue Bayoux #667D80

Color information

#667D80 (or 0x667D80) is unknown color: approx Blue Bayoux. HEX triplet: 66, 7D and 80. RGB value is (102,125,128). Sum of RGB (Red+Green+Blue) = 102+125+128=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #667D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D80 is #99827F. Grayscale: #767676. Windows color (decimal): -10060416 or 8420710. OLE color: 8420710.

HSL color Cylindrical-coordinate representation of color #667D80: hue angle of 186.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667D80 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB102125128-
CMYK0.200.0200.50
HSL186.92º11.3%45.1%-
HSV(B)186.92º20.31%50.2%-
XYZ16.7119.0523.22-
YUV118.46133.38116.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=28.73%
G=35.21%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021251280.200.0200.50186.9211.345.1
Hex667D80142032bbb2d
Octal1461752002420622731355
Binary110011011111011000000010100100110010101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667D80; }

 p { color: rgb(102,125,128); }

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

<style>
 a { background-color: #667D80; }

 a { background-color: rgb(102,125,128); }

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

<style>
 span { border-color: #667D80; }

 span { border-color: rgb(102,125,128); }

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