Html Css Color HEX #68797C Blue Bayoux

📋 copy color: '#68797C'

red 104 ◦ green 121 ◦ blue 124

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

Shades of Blue Bayoux #68797C

Tints of Blue Bayoux #68797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 29.8%
G = 34.67%
B = 35.53%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68797C (or 0x68797C) is known color: Blue Bayoux. HEX triplet: 68, 79 and 7C. RGB value is (104,121,124). Sum of RGB (Red+Green+Blue) = 104+121+124=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #68797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68797C is #978683. Grayscale: #747474. Windows color (decimal): -9930372 or 8157544. OLE color: 8157544.

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

Color convert

RGB 104 121 124 -
CMYK 0.16 0.02 0 0.51
HSL 189º 0.09% 0.45% -
HSV(B) 189º 0.16% 0.49% -
XYZ 16.18 18.07 21.7 -
YUV 116.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 104 121 124 0.16 0.02 0 0.51 189 0.09 0.45
Hex 68 79 7C 10 2 0 33 BD 9 2D
Octal 150 171 174 20 2 0 63 275 11 55
Binary 1101000 1111001 1111100 10000 10 0 110011 10111101 1001 101101

Color Harmonies of #68797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68797C

Black with #68797C

Text Example


Text Example

White with #68797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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