Html Css Color HEX #6E788F Storm Grey

📋 copy color: '#6E788F'

red 110 ◦ green 120 ◦ blue 143

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

Shades of Storm Grey #6E788F

Tints of Storm Grey #6E788F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 29.49%
G = 32.17%
B = 38.34%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E788F (or 0x6E788F) is known color: Storm Grey. HEX triplet: 6E, 78 and 8F. RGB value is (110,120,143). Sum of RGB (Red+Green+Blue) = 110+120+143=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E788F is #918770. Grayscale: #777777. Windows color (decimal): -9537393 or 9402478. OLE color: 9402478.

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

Color convert

RGB 110 120 143 -
CMYK 0.23 0.16 0 0.44
HSL 221.82º 0.13% 0.5% -
HSV(B) 221.82º 0.23% 0.56% -
XYZ 18.1 18.73 28.65 -
YUV 119.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 110 120 143 0.23 0.16 0 0.44 221.82 0.13 0.5
Hex 6E 78 8F 17 10 0 2C DE D 32
Octal 156 170 217 27 20 0 54 336 15 62
Binary 1101110 1111000 10001111 10111 10000 0 101100 11011110 1101 110010

Color Harmonies of #6E788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E788F

Black with #6E788F

Text Example


Text Example

White with #6E788F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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