Html Css Color HEX #6F748E Storm Grey

📋 copy color: '#6F748E'

red 111 ◦ green 116 ◦ blue 142

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

Shades of Storm Grey #6F748E

Tints of Storm Grey #6F748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 30.08%
G = 31.44%
B = 38.48%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F748E (or 0x6F748E) is known color: Storm Grey. HEX triplet: 6F, 74 and 8E. RGB value is (111,116,142). Sum of RGB (Red+Green+Blue) = 111+116+142=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F748E is #908B71. Grayscale: #757575. Windows color (decimal): -9472882 or 9335919. OLE color: 9335919.

HSL color Cylindrical-coordinate representation of color #6F748E: hue angle of 230.32º 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 #6F748E is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 116 142 -
CMYK 0.22 0.18 0 0.44
HSL 230.32º 0.12% 0.5% -
HSV(B) 230.32º 0.22% 0.56% -
XYZ 17.68 17.82 28.1 -
YUV 117.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 111 116 142 0.22 0.18 0 0.44 230.32 0.12 0.5
Hex 6F 74 8E 16 12 0 2C E6 C 32
Octal 157 164 216 26 22 0 54 346 14 62
Binary 1101111 1110100 10001110 10110 10010 0 101100 11100110 1100 110010

Color Harmonies of #6F748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F748E

Black with #6F748E

Text Example


Text Example

White with #6F748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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