#677478

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

Shades of Blue Bayoux #677478

Tints of Blue Bayoux #677478

Color information

#677478 (or 0x677478) is unknown color: approx Blue Bayoux. HEX triplet: 67, 74 and 78. RGB value is (103,116,120). Sum of RGB (Red+Green+Blue) = 103+116+120=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 120 - color contains mainly: blue. Hex color #677478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677478 is #988B87. Grayscale: #707070. Windows color (decimal): -9997192 or 7894119. OLE color: 7894119.

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

Color convert

RGB103116120-
CMYK0.140.0300.53
HSL194.12º7.62%43.73%-
HSV(B)194.12º14.17%47.06%-
XYZ15.2316.7320.2-
YUV112.57132.19121.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=30.38%
G=34.22%
B=35.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031161200.140.0300.53194.127.6243.73
Hex677478E3035c282c
Octal1471641701630653021054
Binary1100111111010011110001110110110101110000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677478; }

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

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

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

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

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

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

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

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