Html Css Color HEX #6F708D Storm Grey

📋 copy color: '#6F708D'

red 111 ◦ green 112 ◦ blue 141

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

Shades of Storm Grey #6F708D

Tints of Storm Grey #6F708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

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

R = 30.49%
G = 30.77%
B = 38.74%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F708D (or 0x6F708D) is known color: Storm Grey. HEX triplet: 6F, 70 and 8D. RGB value is (111,112,141). Sum of RGB (Red+Green+Blue) = 111+112+141=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F708D is #908F72. Grayscale: #727272. Windows color (decimal): -9473907 or 9269359. OLE color: 9269359.

HSL color Cylindrical-coordinate representation of color #6F708D: hue angle of 238º 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 #6F708D is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 112 141 -
CMYK 0.21 0.21 0 0.45
HSL 238º 0.12% 0.49% -
HSV(B) 238º 0.21% 0.55% -
XYZ 17.16 16.89 27.56 -
YUV 115.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 111 112 141 0.21 0.21 0 0.45 238 0.12 0.49
Hex 6F 70 8D 15 15 0 2D EE C 31
Octal 157 160 215 25 25 0 55 356 14 61
Binary 1101111 1110000 10001101 10101 10101 0 101101 11101110 1100 110001

Color Harmonies of #6F708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F708D

Black with #6F708D

Text Example


Text Example

White with #6F708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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