#6F7578

Color #6F7578 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #6F7578

Tints of Blue Bayoux #6F7578

Color information

#6F7578 (or 0x6F7578) is unknown color: approx Blue Bayoux. HEX triplet: 6F, 75 and 78. RGB value is (111,117,120). Sum of RGB (Red+Green+Blue) = 111+117+120=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F7578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7578 is #908A87. Grayscale: #737373. Windows color (decimal): -9472648 or 7894383. OLE color: 7894383.

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

Color convert

RGB111117120-
CMYK0.080.0200.53
HSL200º3.9%45.29%-
HSV(B)200º7.5%47.06%-
XYZ16.3117.4620.28-
YUV115.55130.51124.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.90%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=31.90%
G=33.62%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111171200.080.0200.532003.945.29
Hex6F757882035c842d
Octal157165170102065310455
Binary110111111101011111000100010011010111001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F7578;
 }
 .AnyTagClassName
 {
   color: #6F7578;
 }
</style>
background-color css

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

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

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

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

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

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