Html Css Color HEX #6D748E Storm Grey

📋 copy color: '#6D748E'

red 109 ◦ green 116 ◦ blue 142

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

Shades of Storm Grey #6D748E

Tints of Storm Grey #6D748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 29.7%
G = 31.61%
B = 38.69%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D748E (or 0x6D748E) is known color: Storm Grey. HEX triplet: 6D, 74 and 8E. RGB value is (109,116,142). Sum of RGB (Red+Green+Blue) = 109+116+142=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D748E is #928B71. Grayscale: #747474. Windows color (decimal): -9603954 or 9335917. OLE color: 9335917.

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

Color convert

RGB 109 116 142 -
CMYK 0.23 0.18 0 0.44
HSL 227.27º 0.13% 0.49% -
HSV(B) 227.27º 0.23% 0.56% -
XYZ 17.43 17.69 28.09 -
YUV 116.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 109 116 142 0.23 0.18 0 0.44 227.27 0.13 0.49
Hex 6D 74 8E 17 12 0 2C E3 D 31
Octal 155 164 216 27 22 0 54 343 15 61
Binary 1101101 1110100 10001110 10111 10010 0 101100 11100011 1101 110001

Color Harmonies of #6D748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D748E

Black with #6D748E

Text Example


Text Example

White with #6D748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,116,142); }

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

background-color css

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

 a { background-color: rgb(109,116,142); }

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

border-color css

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

 span { border-color: rgb(109,116,142); }

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