Html Css Color HEX #68797D Blue Bayoux

📋 copy color: '#68797D'

red 104 ◦ green 121 ◦ blue 125

#68797D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #68797D

Tints of Blue Bayoux #68797D

RGB

 RED value IS 104 (41.02% from 255) = 29.71%

 GREEN value IS 121 (47.66% from 255) = 34.57%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 29.71%
G = 34.57%
B = 35.71%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68797D (or 0x68797D) is known color: Blue Bayoux. HEX triplet: 68, 79 and 7D. RGB value is (104,121,125). Sum of RGB (Red+Green+Blue) = 104+121+125=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 125 - color contains mainly: blue. Hex color #68797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68797D is #978682. Grayscale: #747474. Windows color (decimal): -9930371 or 8223080. OLE color: 8223080.

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

Color convert

RGB 104 121 125 -
CMYK 0.17 0.03 0 0.51
HSL 191.43º 0.09% 0.45% -
HSV(B) 191.43º 0.17% 0.49% -
XYZ 16.25 18.1 22.04 -
YUV 116.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 104 121 125 0.17 0.03 0 0.51 191.43 0.09 0.45
Hex 68 79 7D 11 3 0 33 BF 9 2D
Octal 150 171 175 21 3 0 63 277 11 55
Binary 1101000 1111001 1111101 10001 11 0 110011 10111111 1001 101101

Color Harmonies of #68797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68797D

Black with #68797D

Text Example


Text Example

White with #68797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68797D;
 }
 .AnyTagClassName
 {
   color: #68797D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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