Html Css Color HEX #6B777D Blue Bayoux

📋 copy color: '#6B777D'

red 107 ◦ green 119 ◦ blue 125

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

Shades of Blue Bayoux #6B777D

Tints of Blue Bayoux #6B777D

RGB

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

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

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

R = 30.48%
G = 33.9%
B = 35.61%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B777D (or 0x6B777D) is known color: Blue Bayoux. HEX triplet: 6B, 77 and 7D. RGB value is (107,119,125). Sum of RGB (Red+Green+Blue) = 107+119+125=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B777D is #948882. Grayscale: #747474. Windows color (decimal): -9734275 or 8222571. OLE color: 8222571.

HSL color Cylindrical-coordinate representation of color #6B777D: hue angle of 200º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B777D is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 119 125 -
CMYK 0.14 0.05 0 0.51
HSL 200º 0.08% 0.45% -
HSV(B) 200º 0.14% 0.49% -
XYZ 16.36 17.8 21.98 -
YUV 116.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 107 119 125 0.14 0.05 0 0.51 200 0.08 0.45
Hex 6B 77 7D E 5 0 33 C8 8 2D
Octal 153 167 175 16 5 0 63 310 10 55
Binary 1101011 1110111 1111101 1110 101 0 110011 11001000 1000 101101

Color Harmonies of #6B777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B777D

Black with #6B777D

Text Example


Text Example

White with #6B777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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