Html Css Color HEX #6E7490 Storm Grey

📋 copy color: '#6E7490'

red 110 ◦ green 116 ◦ blue 144

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

Shades of Storm Grey #6E7490

Tints of Storm Grey #6E7490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 29.73%
G = 31.35%
B = 38.92%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E7490 (or 0x6E7490) is known color: Storm Grey. HEX triplet: 6E, 74 and 90. RGB value is (110,116,144). Sum of RGB (Red+Green+Blue) = 110+116+144=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E7490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7490 is #918B6F. Grayscale: #757575. Windows color (decimal): -9538416 or 9466990. OLE color: 9466990.

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

Color convert

RGB 110 116 144 -
CMYK 0.24 0.19 0 0.44
HSL 229.41º 0.13% 0.5% -
HSV(B) 229.41º 0.24% 0.56% -
XYZ 17.71 17.82 28.89 -
YUV 117.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 110 116 144 0.24 0.19 0 0.44 229.41 0.13 0.5
Hex 6E 74 90 18 13 0 2C E5 D 32
Octal 156 164 220 30 23 0 54 345 15 62
Binary 1101110 1110100 10010000 11000 10011 0 101100 11100101 1101 110010

Color Harmonies of #6E7490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7490

Black with #6E7490

Text Example


Text Example

White with #6E7490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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