#67767D

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

Shades of Blue Bayoux #67767D

Tints of Blue Bayoux #67767D

Color information

#67767D (or 0x67767D) is unknown color: approx Blue Bayoux. HEX triplet: 67, 76 and 7D. RGB value is (103,118,125). Sum of RGB (Red+Green+Blue) = 103+118+125=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #67767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67767D is #988982. Grayscale: #727272. Windows color (decimal): -9996675 or 8222311. OLE color: 8222311.

HSL color Cylindrical-coordinate representation of color #67767D: hue angle of 199.09º 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 #67767D is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103118125-
CMYK0.180.0600.51
HSL199.09º9.65%44.71%-
HSV(B)199.09º17.6%49.02%-
XYZ15.7717.3221.91-
YUV114.31134.03119.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.77%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=29.77%
G=34.10%
B=36.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031181250.180.0600.51199.099.6544.71
Hex67767D126033c7a2d
Octal1471661752260633071255
Binary110011111101101111101100101100110011110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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