#667D7F

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

Shades of Blue Bayoux #667D7F

Tints of Blue Bayoux #667D7F

Color information

#667D7F (or 0x667D7F) is unknown color: approx Blue Bayoux. HEX triplet: 66, 7D and 7F. RGB value is (102,125,127). Sum of RGB (Red+Green+Blue) = 102+125+127=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #667D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D7F is #998280. Grayscale: #767676. Windows color (decimal): -10060417 or 8355174. OLE color: 8355174.

HSL color Cylindrical-coordinate representation of color #667D7F: hue angle of 184.8º 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 #667D7F is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB102125127-
CMYK0.200.0200.50
HSL184.8º10.92%44.9%-
HSV(B)184.8º19.69%49.8%-
XYZ16.6419.0222.87-
YUV118.35132.88116.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 127 (50% from 255) = 35.88%
R=28.81%
G=35.31%
B=35.88%

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
Decimal1021251270.200.0200.50184.810.9244.9
Hex667D7F142032b9b2d
Octal1461751772420622711355
Binary11001101111101111111110100100110010101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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