Html Css Color HEX #6D7189 Storm Grey

📋 copy color: '#6D7189'

red 109 ◦ green 113 ◦ blue 137

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

Shades of Storm Grey #6D7189

Tints of Storm Grey #6D7189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.48%

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 30.36%
G = 31.48%
B = 38.16%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D7189 (or 0x6D7189) is known color: Storm Grey. HEX triplet: 6D, 71 and 89. RGB value is (109,113,137). Sum of RGB (Red+Green+Blue) = 109+113+137=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D7189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7189 is #928E76. Grayscale: #727272. Windows color (decimal): -9604727 or 9007469. OLE color: 9007469.

HSL color Cylindrical-coordinate representation of color #6D7189: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D7189 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 113 137 -
CMYK 0.20 0.18 0 0.46
HSL 231.43º 0.11% 0.48% -
HSV(B) 231.43º 0.2% 0.54% -
XYZ 16.73 16.87 26.04 -
YUV 114.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 109 113 137 0.20 0.18 0 0.46 231.43 0.11 0.48
Hex 6D 71 89 14 12 0 2E E7 B 30
Octal 155 161 211 24 22 0 56 347 13 60
Binary 1101101 1110001 10001001 10100 10010 0 101110 11100111 1011 110000

Color Harmonies of #6D7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7189

Black with #6D7189

Text Example


Text Example

White with #6D7189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,113,137); }

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

background-color css

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

 a { background-color: rgb(109,113,137); }

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

border-color css

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

 span { border-color: rgb(109,113,137); }

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