#6E778B

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

Shades of Storm Grey #6E778B

Tints of Storm Grey #6E778B

Color information

#6E778B (or 0x6E778B) is unknown color: approx Storm Grey. HEX triplet: 6E, 77 and 8B. RGB value is (110,119,139). Sum of RGB (Red+Green+Blue) = 110+119+139=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E778B is #918874. Grayscale: #767676. Windows color (decimal): -9537653 or 9140078. OLE color: 9140078.

HSL color Cylindrical-coordinate representation of color #6E778B: hue angle of 221.38º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E778B is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB110119139-
CMYK0.210.1400.45
HSL221.38º11.65%48.82%-
HSV(B)221.38º20.86%54.51%-
XYZ17.6918.3727.04-
YUV118.59139.52121.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=29.89%
G=32.34%
B=37.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101191390.210.1400.45221.3811.6548.82
Hex6E778B15E02Dddc31
Octal15616721325160553351461
Binary11011101110111100010111010111100101101110111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,119,139); }

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

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

 a { background-color: rgb(110,119,139); }

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

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

 span { border-color: rgb(110,119,139); }

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