Html Css Color HEX #6E7895 Storm Grey

📋 copy color: '#6E7895'

red 110 ◦ green 120 ◦ blue 149

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

Shades of Storm Grey #6E7895

Tints of Storm Grey #6E7895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 29.02%
G = 31.66%
B = 39.31%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E7895 (or 0x6E7895) is known color: Storm Grey. HEX triplet: 6E, 78 and 95. RGB value is (110,120,149). Sum of RGB (Red+Green+Blue) = 110+120+149=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E7895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7895 is #91876A. Grayscale: #787878. Windows color (decimal): -9537387 or 9795694. OLE color: 9795694.

HSL color Cylindrical-coordinate representation of color #6E7895: hue angle of 224.62º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E7895 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 120 149 -
CMYK 0.26 0.19 0 0.42
HSL 224.62º 0.16% 0.51% -
HSV(B) 224.62º 0.26% 0.58% -
XYZ 18.57 18.92 31.11 -
YUV 120.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 110 120 149 0.26 0.19 0 0.42 224.62 0.16 0.51
Hex 6E 78 95 1A 13 0 2A E1 10 33
Octal 156 170 225 32 23 0 52 341 20 63
Binary 1101110 1111000 10010101 11010 10011 0 101010 11100001 10000 110011

Color Harmonies of #6E7895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7895

Black with #6E7895

Text Example


Text Example

White with #6E7895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,120,149); }

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

background-color css

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

 a { background-color: rgb(110,120,149); }

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

border-color css

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

 span { border-color: rgb(110,120,149); }

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