#67797D

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

Shades of Blue Bayoux #67797D

Tints of Blue Bayoux #67797D

Color information

#67797D (or 0x67797D) is unknown color: approx Blue Bayoux. HEX triplet: 67, 79 and 7D. RGB value is (103,121,125). Sum of RGB (Red+Green+Blue) = 103+121+125=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #67797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67797D is #988682. Grayscale: #747474. Windows color (decimal): -9995907 or 8223079. OLE color: 8223079.

HSL color Cylindrical-coordinate representation of color #67797D: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #67797D is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103121125-
CMYK0.180.0300.51
HSL190.91º9.65%44.71%-
HSV(B)190.91º17.6%49.02%-
XYZ16.1318.0422.03-
YUV116.07133.04118.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=29.51%
G=34.67%
B=35.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031211250.180.0300.51190.919.6544.71
Hex67797D123033bfa2d
Octal1471711752230632771255
Binary11001111111001111110110010110110011101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67797D; }

 p { color: rgb(103,121,125); }

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

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

 a { background-color: rgb(103,121,125); }

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

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

 span { border-color: rgb(103,121,125); }

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