Html Css Color HEX #6D7185 Storm Grey

📋 copy color: '#6D7185'

red 109 ◦ green 113 ◦ blue 133

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

Shades of Storm Grey #6D7185

Tints of Storm Grey #6D7185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 30.7%
G = 31.83%
B = 37.46%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D7185 (or 0x6D7185) is known color: Storm Grey. HEX triplet: 6D, 71 and 85. RGB value is (109,113,133). Sum of RGB (Red+Green+Blue) = 109+113+133=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D7185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7185 is #928E7A. Grayscale: #727272. Windows color (decimal): -9604731 or 8745325. OLE color: 8745325.

HSL color Cylindrical-coordinate representation of color #6D7185: hue angle of 230º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D7185 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 113 133 -
CMYK 0.18 0.15 0 0.48
HSL 230º 0.1% 0.47% -
HSV(B) 230º 0.18% 0.52% -
XYZ 16.45 16.75 24.56 -
YUV 114.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 109 113 133 0.18 0.15 0 0.48 230 0.1 0.47
Hex 6D 71 85 12 F 0 30 E6 A 2F
Octal 155 161 205 22 17 0 60 346 12 57
Binary 1101101 1110001 10000101 10010 1111 0 110000 11100110 1010 101111

Color Harmonies of #6D7185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7185

Black with #6D7185

Text Example


Text Example

White with #6D7185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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