Html Css Color HEX #6D797D Blue Bayoux

📋 copy color: '#6D797D'

red 109 ◦ green 121 ◦ blue 125

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

Shades of Blue Bayoux #6D797D

Tints of Blue Bayoux #6D797D

RGB

 RED value IS 109 (42.97% from 255) = 30.7%

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

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

R = 30.7%
G = 34.08%
B = 35.21%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D797D (or 0x6D797D) is known color: Blue Bayoux. HEX triplet: 6D, 79 and 7D. RGB value is (109,121,125). Sum of RGB (Red+Green+Blue) = 109+121+125=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D797D is #928682. Grayscale: #757575. Windows color (decimal): -9602691 or 8223085. OLE color: 8223085.

HSL color Cylindrical-coordinate representation of color #6D797D: hue angle of 195º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D797D is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 121 125 -
CMYK 0.13 0.03 0 0.51
HSL 195º 0.07% 0.46% -
HSV(B) 195º 0.13% 0.49% -
XYZ 16.85 18.41 22.07 -
YUV 117.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 109 121 125 0.13 0.03 0 0.51 195 0.07 0.46
Hex 6D 79 7D D 3 0 33 C3 7 2E
Octal 155 171 175 15 3 0 63 303 7 56
Binary 1101101 1111001 1111101 1101 11 0 110011 11000011 111 101110

Color Harmonies of #6D797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D797D

Black with #6D797D

Text Example


Text Example

White with #6D797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D797D; }

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

 H1.HeaderClassName
 {
   color: #6D797D;
 }
 .AnyTagClassName
 {
   color: #6D797D;
 }
</style>

background-color css

<style>
 a { background-color: #6D797D; }

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

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

border-color css

<style>
 span { border-color: #6D797D; }

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

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