#68767A

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

Shades of Blue Bayoux #68767A

Tints of Blue Bayoux #68767A

Color information

#68767A (or 0x68767A) is unknown color: approx Blue Bayoux. HEX triplet: 68, 76 and 7A. RGB value is (104,118,122). Sum of RGB (Red+Green+Blue) = 104+118+122=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #68767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68767A is #978985. Grayscale: #727272. Windows color (decimal): -9931142 or 8025704. OLE color: 8025704.

HSL color Cylindrical-coordinate representation of color #68767A: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68767A is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104118122-
CMYK0.150.0300.52
HSL193.33º7.96%44.31%-
HSV(B)193.33º14.75%47.84%-
XYZ15.717.3120.93-
YUV114.27132.36120.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=30.23%
G=34.30%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041181220.150.0300.52193.337.9644.31
Hex68767AF3034c182c
Octal1501661721730643011054
Binary1101000111011011110101111110110100110000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68767A; }

 p { color: rgb(104,118,122); }

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

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

 a { background-color: rgb(104,118,122); }

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

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

 span { border-color: rgb(104,118,122); }

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