#667279

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

Shades of Blue Bayoux #667279

Tints of Blue Bayoux #667279

Color information

#667279 (or 0x667279) is unknown color: approx Blue Bayoux. HEX triplet: 66, 72 and 79. RGB value is (102,114,121). Sum of RGB (Red+Green+Blue) = 102+114+121=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #667279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667279 is #998D86. Grayscale: #6F6F6F. Windows color (decimal): -10063239 or 7959142. OLE color: 7959142.

HSL color Cylindrical-coordinate representation of color #667279: hue angle of 202.11º 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 #667279 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102114121-
CMYK0.160.0600.53
HSL202.11º8.52%43.73%-
HSV(B)202.11º15.7%47.45%-
XYZ14.9516.2420.44-
YUV111.21133.52121.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=30.27%
G=33.83%
B=35.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021141210.160.0600.53202.118.5243.73
Hex667279106035ca92c
Octal1461621712060653121154
Binary110011011100101111001100001100110101110010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667279; }

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

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

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

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

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

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

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

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