Html Css Color HEX #6D778F Storm Grey

📋 copy color: '#6D778F'

red 109 ◦ green 119 ◦ blue 143

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

Shades of Storm Grey #6D778F

Tints of Storm Grey #6D778F

RGB

 RED value IS 109 (42.97% from 255) = 29.38%

 GREEN value IS 119 (46.88% from 255) = 32.08%

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 29.38%
G = 32.08%
B = 38.54%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D778F (or 0x6D778F) is known color: Storm Grey. HEX triplet: 6D, 77 and 8F. RGB value is (109,119,143). Sum of RGB (Red+Green+Blue) = 109+119+143=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D778F is #928870. Grayscale: #767676. Windows color (decimal): -9603185 or 9402221. OLE color: 9402221.

HSL color Cylindrical-coordinate representation of color #6D778F: hue angle of 222.35º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D778F is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 119 143 -
CMYK 0.24 0.17 0 0.44
HSL 222.35º 0.13% 0.49% -
HSV(B) 222.35º 0.24% 0.56% -
XYZ 17.86 18.43 28.6 -
YUV 118.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 109 119 143 0.24 0.17 0 0.44 222.35 0.13 0.49
Hex 6D 77 8F 18 11 0 2C DE D 31
Octal 155 167 217 30 21 0 54 336 15 61
Binary 1101101 1110111 10001111 11000 10001 0 101100 11011110 1101 110001

Color Harmonies of #6D778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D778F

Black with #6D778F

Text Example


Text Example

White with #6D778F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,119,143); }

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

background-color css

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

 a { background-color: rgb(109,119,143); }

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

border-color css

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

 span { border-color: rgb(109,119,143); }

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