Html Css Color HEX #6F787C Blue Bayoux

📋 copy color: '#6F787C'

red 111 ◦ green 120 ◦ blue 124

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

Shades of Blue Bayoux #6F787C

Tints of Blue Bayoux #6F787C

RGB

 RED value IS 111 (43.75% from 255) = 31.27%

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 31.27%
G = 33.8%
B = 34.93%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F787C (or 0x6F787C) is known color: Blue Bayoux. HEX triplet: 6F, 78 and 7C. RGB value is (111,120,124). Sum of RGB (Red+Green+Blue) = 111+120+124=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F787C is #908783. Grayscale: #757575. Windows color (decimal): -9471876 or 8157295. OLE color: 8157295.

HSL color Cylindrical-coordinate representation of color #6F787C: hue angle of 198.46º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F787C is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 120 124 -
CMYK 0.10 0.03 0 0.51
HSL 198.46º 0.06% 0.46% -
HSV(B) 198.46º 0.1% 0.49% -
XYZ 16.91 18.27 21.7 -
YUV 117.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 111 120 124 0.10 0.03 0 0.51 198.46 0.06 0.46
Hex 6F 78 7C A 3 0 33 C6 6 2E
Octal 157 170 174 12 3 0 63 306 6 56
Binary 1101111 1111000 1111100 1010 11 0 110011 11000110 110 101110

Color Harmonies of #6F787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F787C

Black with #6F787C

Text Example


Text Example

White with #6F787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,120,124); }

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

background-color css

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

 a { background-color: rgb(111,120,124); }

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

border-color css

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

 span { border-color: rgb(111,120,124); }

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