Html Css Color HEX #6B7377 Blue Bayoux

📋 copy color: '#6B7377'

red 107 ◦ green 115 ◦ blue 119

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

Shades of Blue Bayoux #6B7377

Tints of Blue Bayoux #6B7377

RGB

 RED value IS 107 (42.19% from 255) = 31.38%

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 31.38%
G = 33.72%
B = 34.9%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B7377 (or 0x6B7377) is known color: Blue Bayoux. HEX triplet: 6B, 73 and 77. RGB value is (107,115,119). Sum of RGB (Red+Green+Blue) = 107+115+119=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B7377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7377 is #948C88. Grayscale: #717171. Windows color (decimal): -9735305 or 7828331. OLE color: 7828331.

HSL color Cylindrical-coordinate representation of color #6B7377: hue angle of 200º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7377 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 115 119 -
CMYK 0.10 0.03 0 0.53
HSL 200º 0.05% 0.44% -
HSV(B) 200º 0.1% 0.47% -
XYZ 15.52 16.72 19.86 -
YUV 113.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 107 115 119 0.10 0.03 0 0.53 200 0.05 0.44
Hex 6B 73 77 A 3 0 35 C8 5 2C
Octal 153 163 167 12 3 0 65 310 5 54
Binary 1101011 1110011 1110111 1010 11 0 110101 11001000 101 101100

Color Harmonies of #6B7377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7377

Black with #6B7377

Text Example


Text Example

White with #6B7377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,119); }

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

background-color css

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

 a { background-color: rgb(107,115,119); }

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

border-color css

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

 span { border-color: rgb(107,115,119); }

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