Html Css Color HEX #6D758D Storm Grey

📋 copy color: '#6D758D'

red 109 ◦ green 117 ◦ blue 141

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

Shades of Storm Grey #6D758D

Tints of Storm Grey #6D758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 29.7%
G = 31.88%
B = 38.42%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D758D (or 0x6D758D) is known color: Storm Grey. HEX triplet: 6D, 75 and 8D. RGB value is (109,117,141). Sum of RGB (Red+Green+Blue) = 109+117+141=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D758D is #928A72. Grayscale: #757575. Windows color (decimal): -9603699 or 9270637. OLE color: 9270637.

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

Color convert

RGB 109 117 141 -
CMYK 0.23 0.17 0 0.45
HSL 225º 0.13% 0.49% -
HSV(B) 225º 0.23% 0.55% -
XYZ 17.48 17.9 27.73 -
YUV 117.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 109 117 141 0.23 0.17 0 0.45 225 0.13 0.49
Hex 6D 75 8D 17 11 0 2D E1 D 31
Octal 155 165 215 27 21 0 55 341 15 61
Binary 1101101 1110101 10001101 10111 10001 0 101101 11100001 1101 110001

Color Harmonies of #6D758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D758D

Black with #6D758D

Text Example


Text Example

White with #6D758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,141); }

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

background-color css

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

 a { background-color: rgb(109,117,141); }

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

border-color css

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

 span { border-color: rgb(109,117,141); }

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