Html Css Color HEX #6E797D Blue Bayoux

📋 copy color: '#6E797D'

red 110 ◦ green 121 ◦ blue 125

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

Shades of Blue Bayoux #6E797D

Tints of Blue Bayoux #6E797D

RGB

 RED value IS 110 (43.36% from 255) = 30.9%

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

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

R = 30.9%
G = 33.99%
B = 35.11%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E797D (or 0x6E797D) is known color: Blue Bayoux. HEX triplet: 6E, 79 and 7D. RGB value is (110,121,125). Sum of RGB (Red+Green+Blue) = 110+121+125=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E797D is #918682. Grayscale: #767676. Windows color (decimal): -9537155 or 8223086. OLE color: 8223086.

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

Color convert

RGB 110 121 125 -
CMYK 0.12 0.03 0 0.51
HSL 196º 0.06% 0.46% -
HSV(B) 196º 0.12% 0.49% -
XYZ 16.97 18.47 22.07 -
YUV 118.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 110 121 125 0.12 0.03 0 0.51 196 0.06 0.46
Hex 6E 79 7D C 3 0 33 C4 6 2E
Octal 156 171 175 14 3 0 63 304 6 56
Binary 1101110 1111001 1111101 1100 11 0 110011 11000100 110 101110

Color Harmonies of #6E797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E797D

Black with #6E797D

Text Example


Text Example

White with #6E797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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