Html Css Color HEX #6E768D Storm Grey

📋 copy color: '#6E768D'

red 110 ◦ green 118 ◦ blue 141

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

Shades of Storm Grey #6E768D

Tints of Storm Grey #6E768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 29.81%
G = 31.98%
B = 38.21%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E768D (or 0x6E768D) is known color: Storm Grey. HEX triplet: 6E, 76 and 8D. RGB value is (110,118,141). Sum of RGB (Red+Green+Blue) = 110+118+141=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E768D is #918972. Grayscale: #767676. Windows color (decimal): -9537907 or 9270894. OLE color: 9270894.

HSL color Cylindrical-coordinate representation of color #6E768D: hue angle of 224.52º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E768D is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 118 141 -
CMYK 0.22 0.16 0 0.45
HSL 224.52º 0.12% 0.49% -
HSV(B) 224.52º 0.22% 0.55% -
XYZ 17.72 18.19 27.78 -
YUV 118.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 110 118 141 0.22 0.16 0 0.45 224.52 0.12 0.49
Hex 6E 76 8D 16 10 0 2D E1 C 31
Octal 156 166 215 26 20 0 55 341 14 61
Binary 1101110 1110110 10001101 10110 10000 0 101101 11100001 1100 110001

Color Harmonies of #6E768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E768D

Black with #6E768D

Text Example


Text Example

White with #6E768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,141); }

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

background-color css

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

 a { background-color: rgb(110,118,141); }

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

border-color css

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

 span { border-color: rgb(110,118,141); }

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