Html Css Color HEX #6B777C Blue Bayoux

📋 copy color: '#6B777C'

red 107 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #6B777C

Tints of Blue Bayoux #6B777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 30.57%
G = 34%
B = 35.43%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B777C (or 0x6B777C) is known color: Blue Bayoux. HEX triplet: 6B, 77 and 7C. RGB value is (107,119,124). Sum of RGB (Red+Green+Blue) = 107+119+124=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B777C is #948883. Grayscale: #737373. Windows color (decimal): -9734276 or 8157035. OLE color: 8157035.

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

Color convert

RGB 107 119 124 -
CMYK 0.14 0.04 0 0.51
HSL 197.65º 0.07% 0.45% -
HSV(B) 197.65º 0.14% 0.49% -
XYZ 16.3 17.77 21.64 -
YUV 115.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 107 119 124 0.14 0.04 0 0.51 197.65 0.07 0.45
Hex 6B 77 7C E 4 0 33 C6 7 2D
Octal 153 167 174 16 4 0 63 306 7 55
Binary 1101011 1110111 1111100 1110 100 0 110011 11000110 111 101101

Color Harmonies of #6B777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B777C

Black with #6B777C

Text Example


Text Example

White with #6B777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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