Html Css Color HEX #6F758D Storm Grey

📋 copy color: '#6F758D'

red 111 ◦ green 117 ◦ blue 141

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

Shades of Storm Grey #6F758D

Tints of Storm Grey #6F758D

RGB

 RED value IS 111 (43.75% from 255) = 30.08%

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

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

R = 30.08%
G = 31.71%
B = 38.21%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F758D (or 0x6F758D) is known color: Storm Grey. HEX triplet: 6F, 75 and 8D. RGB value is (111,117,141). Sum of RGB (Red+Green+Blue) = 111+117+141=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F758D is #908A72. Grayscale: #757575. Windows color (decimal): -9472627 or 9270639. OLE color: 9270639.

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

Color convert

RGB 111 117 141 -
CMYK 0.21 0.17 0 0.45
HSL 228º 0.12% 0.49% -
HSV(B) 228º 0.21% 0.55% -
XYZ 17.72 18.03 27.74 -
YUV 117.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 111 117 141 0.21 0.17 0 0.45 228 0.12 0.49
Hex 6F 75 8D 15 11 0 2D E4 C 31
Octal 157 165 215 25 21 0 55 344 14 61
Binary 1101111 1110101 10001101 10101 10001 0 101101 11100100 1100 110001

Color Harmonies of #6F758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F758D

Black with #6F758D

Text Example


Text Example

White with #6F758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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