Html Css Color HEX #6D748A Storm Grey

📋 copy color: '#6D748A'

red 109 ◦ green 116 ◦ blue 138

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

Shades of Storm Grey #6D748A

Tints of Storm Grey #6D748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 30.03%
G = 31.96%
B = 38.02%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D748A (or 0x6D748A) is known color: Storm Grey. HEX triplet: 6D, 74 and 8A. RGB value is (109,116,138). Sum of RGB (Red+Green+Blue) = 109+116+138=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D748A is #928B75. Grayscale: #747474. Windows color (decimal): -9603958 or 9073773. OLE color: 9073773.

HSL color Cylindrical-coordinate representation of color #6D748A: hue angle of 225.52º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D748A is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 116 138 -
CMYK 0.21 0.16 0 0.46
HSL 225.52º 0.12% 0.48% -
HSV(B) 225.52º 0.21% 0.54% -
XYZ 17.14 17.58 26.53 -
YUV 116.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 109 116 138 0.21 0.16 0 0.46 225.52 0.12 0.48
Hex 6D 74 8A 15 10 0 2E E2 C 30
Octal 155 164 212 25 20 0 56 342 14 60
Binary 1101101 1110100 10001010 10101 10000 0 101110 11100010 1100 110000

Color Harmonies of #6D748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D748A

Black with #6D748A

Text Example


Text Example

White with #6D748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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