Html Css Color HEX #6E748E Storm Grey

📋 copy color: '#6E748E'

red 110 ◦ green 116 ◦ blue 142

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

Shades of Storm Grey #6E748E

Tints of Storm Grey #6E748E

RGB

 RED value IS 110 (43.36% from 255) = 29.89%

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

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

R = 29.89%
G = 31.52%
B = 38.59%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E748E (or 0x6E748E) is known color: Storm Grey. HEX triplet: 6E, 74 and 8E. RGB value is (110,116,142). Sum of RGB (Red+Green+Blue) = 110+116+142=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E748E is #918B71. Grayscale: #757575. Windows color (decimal): -9538418 or 9335918. OLE color: 9335918.

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

Color convert

RGB 110 116 142 -
CMYK 0.23 0.18 0 0.44
HSL 228.75º 0.13% 0.49% -
HSV(B) 228.75º 0.23% 0.56% -
XYZ 17.56 17.76 28.09 -
YUV 117.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 110 116 142 0.23 0.18 0 0.44 228.75 0.13 0.49
Hex 6E 74 8E 17 12 0 2C E5 D 31
Octal 156 164 216 27 22 0 54 345 15 61
Binary 1101110 1110100 10001110 10111 10010 0 101100 11100101 1101 110001

Color Harmonies of #6E748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E748E

Black with #6E748E

Text Example


Text Example

White with #6E748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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