#677678

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

Shades of Blue Bayoux #677678

Tints of Blue Bayoux #677678

Color information

#677678 (or 0x677678) is unknown color: approx Blue Bayoux. HEX triplet: 67, 76 and 78. RGB value is (103,118,120). Sum of RGB (Red+Green+Blue) = 103+118+120=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #677678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677678 is #988987. Grayscale: #717171. Windows color (decimal): -9996680 or 7894631. OLE color: 7894631.

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

Color convert

RGB103118120-
CMYK0.140.0200.53
HSL187.06º7.62%43.73%-
HSV(B)187.06º14.17%47.06%-
XYZ15.4617.220.27-
YUV113.74131.53120.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.21%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=30.21%
G=34.60%
B=35.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031181200.140.0200.53187.067.6243.73
Hex677678E2035bb82c
Octal1471661701620652731054
Binary1100111111011011110001110100110101101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677678; }

 p { color: rgb(103,118,120); }

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

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

 a { background-color: rgb(103,118,120); }

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

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

 span { border-color: rgb(103,118,120); }

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