Html Css Color HEX #6E738E Storm Grey

📋 copy color: '#6E738E'

red 110 ◦ green 115 ◦ blue 142

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

Shades of Storm Grey #6E738E

Tints of Storm Grey #6E738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 29.97%
G = 31.34%
B = 38.69%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E738E (or 0x6E738E) is known color: Storm Grey. HEX triplet: 6E, 73 and 8E. RGB value is (110,115,142). Sum of RGB (Red+Green+Blue) = 110+115+142=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 115 (45.31% from 255 or 31.34% 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 #6E738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E738E is #918C71. Grayscale: #747474. Windows color (decimal): -9538674 or 9335662. OLE color: 9335662.

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

Color convert

RGB 110 115 142 -
CMYK 0.23 0.19 0 0.44
HSL 230.63º 0.13% 0.49% -
HSV(B) 230.63º 0.23% 0.56% -
XYZ 17.44 17.53 28.06 -
YUV 116.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 110 115 142 0.23 0.19 0 0.44 230.63 0.13 0.49
Hex 6E 73 8E 17 13 0 2C E7 D 31
Octal 156 163 216 27 23 0 54 347 15 61
Binary 1101110 1110011 10001110 10111 10011 0 101100 11100111 1101 110001

Color Harmonies of #6E738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E738E

Black with #6E738E

Text Example


Text Example

White with #6E738E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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