Html Css Color HEX #6E7084 Storm Grey

📋 copy color: '#6E7084'

red 110 ◦ green 112 ◦ blue 132

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

Shades of Storm Grey #6E7084

Tints of Storm Grey #6E7084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 31.07%
G = 31.64%
B = 37.29%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6E7084 (or 0x6E7084) is known color: Storm Grey. HEX triplet: 6E, 70 and 84. RGB value is (110,112,132). Sum of RGB (Red+Green+Blue) = 110+112+132=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E7084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7084 is #918F7B. Grayscale: #717171. Windows color (decimal): -9539452 or 8679534. OLE color: 8679534.

HSL color Cylindrical-coordinate representation of color #6E7084: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E7084 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 112 132 -
CMYK 0.17 0.15 0 0.48
HSL 234.55º 0.09% 0.47% -
HSV(B) 234.55º 0.17% 0.52% -
XYZ 16.39 16.57 24.16 -
YUV 113.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 110 112 132 0.17 0.15 0 0.48 234.55 0.09 0.47
Hex 6E 70 84 11 F 0 30 EB 9 2F
Octal 156 160 204 21 17 0 60 353 11 57
Binary 1101110 1110000 10000100 10001 1111 0 110000 11101011 1001 101111

Color Harmonies of #6E7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7084

Black with #6E7084

Text Example


Text Example

White with #6E7084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,132); }

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

background-color css

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

 a { background-color: rgb(110,112,132); }

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

border-color css

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

 span { border-color: rgb(110,112,132); }

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