Html Css Color HEX #6D777B Blue Bayoux

📋 copy color: '#6D777B'

red 109 ◦ green 119 ◦ blue 123

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

Shades of Blue Bayoux #6D777B

Tints of Blue Bayoux #6D777B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 31.05%
G = 33.9%
B = 35.04%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6D777B (or 0x6D777B) is known color: Blue Bayoux. HEX triplet: 6D, 77 and 7B. RGB value is (109,119,123). Sum of RGB (Red+Green+Blue) = 109+119+123=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D777B is #928884. Grayscale: #747474. Windows color (decimal): -9603205 or 8091501. OLE color: 8091501.

HSL color Cylindrical-coordinate representation of color #6D777B: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D777B is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 119 123 -
CMYK 0.11 0.03 0 0.52
HSL 197.14º 0.06% 0.45% -
HSV(B) 197.14º 0.11% 0.48% -
XYZ 16.48 17.87 21.32 -
YUV 116.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 109 119 123 0.11 0.03 0 0.52 197.14 0.06 0.45
Hex 6D 77 7B B 3 0 34 C5 6 2D
Octal 155 167 173 13 3 0 64 305 6 55
Binary 1101101 1110111 1111011 1011 11 0 110100 11000101 110 101101

Color Harmonies of #6D777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D777B

Black with #6D777B

Text Example


Text Example

White with #6D777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,119,123); }

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

background-color css

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

 a { background-color: rgb(109,119,123); }

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

border-color css

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

 span { border-color: rgb(109,119,123); }

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