#6B778C

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

Shades of Storm Grey #6B778C

Tints of Storm Grey #6B778C

Color information

#6B778C (or 0x6B778C) is unknown color: approx Storm Grey. HEX triplet: 6B, 77 and 8C. RGB value is (107,119,140). Sum of RGB (Red+Green+Blue) = 107+119+140=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B778C is #948873. Grayscale: #757575. Windows color (decimal): -9734260 or 9205611. OLE color: 9205611.

HSL color Cylindrical-coordinate representation of color #6B778C: hue angle of 218.18º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B778C is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB107119140-
CMYK0.240.1500.45
HSL218.18º13.36%48.43%-
HSV(B)218.18º23.57%54.9%-
XYZ17.3918.2127.41-
YUV117.81140.52120.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=29.23%
G=32.51%
B=38.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071191400.240.1500.45218.1813.3648.43
Hex6B778C18F02Ddad30
Octal15316721430170553321560
Binary11010111110111100011001100011110101101110110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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