#667278

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

Shades of Blue Bayoux #667278

Tints of Blue Bayoux #667278

Color information

#667278 (or 0x667278) is unknown color: approx Blue Bayoux. HEX triplet: 66, 72 and 78. RGB value is (102,114,120). Sum of RGB (Red+Green+Blue) = 102+114+120=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #667278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667278 is #998D87. Grayscale: #6F6F6F. Windows color (decimal): -10063240 or 7893606. OLE color: 7893606.

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

Color convert

RGB102114120-
CMYK0.150.0500.53
HSL200º8.11%43.53%-
HSV(B)200º15%47.06%-
XYZ14.8916.2220.11-
YUV111.1133.02121.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=30.36%
G=33.93%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021141200.150.0500.532008.1143.53
Hex667278F5035c882c
Octal1461621701750653101054
Binary11001101110010111100011111010110101110010001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667278; }

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

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

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

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

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

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

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

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