Html Css Color HEX #6B767C Blue Bayoux

📋 copy color: '#6B767C'

red 107 ◦ green 118 ◦ blue 124

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

Shades of Blue Bayoux #6B767C

Tints of Blue Bayoux #6B767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

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

R = 30.66%
G = 33.81%
B = 35.53%

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

#6B767C (or 0x6B767C) is known color: Blue Bayoux. HEX triplet: 6B, 76 and 7C. RGB value is (107,118,124). Sum of RGB (Red+Green+Blue) = 107+118+124=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B767C is #948983. Grayscale: #737373. Windows color (decimal): -9734532 or 8156779. OLE color: 8156779.

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

Color convert

RGB 107 118 124 -
CMYK 0.14 0.05 0 0.51
HSL 201.18º 0.07% 0.45% -
HSV(B) 201.18º 0.14% 0.49% -
XYZ 16.18 17.54 21.6 -
YUV 115.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 107 118 124 0.14 0.05 0 0.51 201.18 0.07 0.45
Hex 6B 76 7C E 5 0 33 C9 7 2D
Octal 153 166 174 16 5 0 63 311 7 55
Binary 1101011 1110110 1111100 1110 101 0 110011 11001001 111 101101

Color Harmonies of #6B767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B767C

Black with #6B767C

Text Example


Text Example

White with #6B767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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