Html Css Color HEX #6E787D Blue Bayoux

📋 copy color: '#6E787D'

red 110 ◦ green 120 ◦ blue 125

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

Shades of Blue Bayoux #6E787D

Tints of Blue Bayoux #6E787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 30.99%
G = 33.8%
B = 35.21%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E787D (or 0x6E787D) is known color: Blue Bayoux. HEX triplet: 6E, 78 and 7D. RGB value is (110,120,125). Sum of RGB (Red+Green+Blue) = 110+120+125=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 120 (47.27% from 255 or 33.80% 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 #6E787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E787D is #918782. Grayscale: #757575. Windows color (decimal): -9537411 or 8222830. OLE color: 8222830.

HSL color Cylindrical-coordinate representation of color #6E787D: hue angle of 200º 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 #6E787D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 120 125 -
CMYK 0.12 0.04 0 0.51
HSL 200º 0.06% 0.46% -
HSV(B) 200º 0.12% 0.49% -
XYZ 16.85 18.23 22.03 -
YUV 117.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 110 120 125 0.12 0.04 0 0.51 200 0.06 0.46
Hex 6E 78 7D C 4 0 33 C8 6 2E
Octal 156 170 175 14 4 0 63 310 6 56
Binary 1101110 1111000 1111101 1100 100 0 110011 11001000 110 101110

Color Harmonies of #6E787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E787D

Black with #6E787D

Text Example


Text Example

White with #6E787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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