#667679

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

Shades of Blue Bayoux #667679

Tints of Blue Bayoux #667679

Color information

#667679 (or 0x667679) is unknown color: approx Blue Bayoux. HEX triplet: 66, 76 and 79. RGB value is (102,118,121). Sum of RGB (Red+Green+Blue) = 102+118+121=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #667679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667679 is #998986. Grayscale: #717171. Windows color (decimal): -10062215 or 7960166. OLE color: 7960166.

HSL color Cylindrical-coordinate representation of color #667679: hue angle of 189.47º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667679 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102118121-
CMYK0.160.0200.53
HSL189.47º8.52%43.73%-
HSV(B)189.47º15.7%47.45%-
XYZ15.4117.1620.59-
YUV113.56132.2119.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=29.91%
G=34.60%
B=35.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021181210.160.0200.53189.478.5243.73
Hex667679102035bd92c
Octal1461661712020652751154
Binary11001101110110111100110000100110101101111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667679; }

 p { color: rgb(102,118,121); }

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

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

 a { background-color: rgb(102,118,121); }

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

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

 span { border-color: rgb(102,118,121); }

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