#6B7378

Color #6B7378 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #6B7378

Tints of Mid Grey #6B7378

Color information

#6B7378 (or 0x6B7378) is unknown color: approx Mid Grey. HEX triplet: 6B, 73 and 78. RGB value is (107,115,120). Sum of RGB (Red+Green+Blue) = 107+115+120=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B7378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7378 is #948C87. Grayscale: #717171. Windows color (decimal): -9735304 or 7893867. OLE color: 7893867.

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

Color convert

RGB107115120-
CMYK0.110.0400.53
HSL203.08º5.73%44.51%-
HSV(B)203.08º10.83%47.06%-
XYZ15.5816.7420.18-
YUV113.18131.85123.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=31.29%
G=33.63%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071151200.110.0400.53203.085.7344.51
Hex6B7378B4035cb62d
Octal153163170134065313655
Binary1101011111001111110001011100011010111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,120); }

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

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

 a { background-color: rgb(107,115,120); }

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

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

 span { border-color: rgb(107,115,120); }

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