#67757B

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

Shades of Blue Bayoux #67757B

Tints of Blue Bayoux #67757B

Color information

#67757B (or 0x67757B) is unknown color: approx Blue Bayoux. HEX triplet: 67, 75 and 7B. RGB value is (103,117,123). Sum of RGB (Red+Green+Blue) = 103+117+123=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #67757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67757B is #988A84. Grayscale: #717171. Windows color (decimal): -9996933 or 8090983. OLE color: 8090983.

HSL color Cylindrical-coordinate representation of color #67757B: hue angle of 198º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #67757B is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103117123-
CMYK0.160.0500.52
HSL198º8.85%44.31%-
HSV(B)198º16.26%48.24%-
XYZ15.5317.0421.21-
YUV113.5133.36120.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.03%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=30.03%
G=34.11%
B=35.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031171230.160.0500.521988.8544.31
Hex67757B105034c692c
Octal1471651732050643061154
Binary110011111101011111011100001010110100110001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67757B; }

 p { color: rgb(103,117,123); }

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

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

 a { background-color: rgb(103,117,123); }

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

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

 span { border-color: rgb(103,117,123); }

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