Html Css Color HEX #6F728E Storm Grey

📋 copy color: '#6F728E'

red 111 ◦ green 114 ◦ blue 142

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

Shades of Storm Grey #6F728E

Tints of Storm Grey #6F728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.06%

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 30.25%
G = 31.06%
B = 38.69%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F728E (or 0x6F728E) is known color: Storm Grey. HEX triplet: 6F, 72 and 8E. RGB value is (111,114,142). Sum of RGB (Red+Green+Blue) = 111+114+142=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F728E is #908D71. Grayscale: #747474. Windows color (decimal): -9473394 or 9335407. OLE color: 9335407.

HSL color Cylindrical-coordinate representation of color #6F728E: hue angle of 234.19º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F728E is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 114 142 -
CMYK 0.22 0.20 0 0.44
HSL 234.19º 0.12% 0.5% -
HSV(B) 234.19º 0.22% 0.56% -
XYZ 17.46 17.37 28.02 -
YUV 116.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 111 114 142 0.22 0.20 0 0.44 234.19 0.12 0.5
Hex 6F 72 8E 16 14 0 2C EA C 32
Octal 157 162 216 26 24 0 54 352 14 62
Binary 1101111 1110010 10001110 10110 10100 0 101100 11101010 1100 110010

Color Harmonies of #6F728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F728E

Black with #6F728E

Text Example


Text Example

White with #6F728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,142); }

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

background-color css

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

 a { background-color: rgb(111,114,142); }

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

border-color css

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

 span { border-color: rgb(111,114,142); }

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