Html Css Color HEX #6D768E Storm Grey

📋 copy color: '#6D768E'

red 109 ◦ green 118 ◦ blue 142

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

Shades of Storm Grey #6D768E

Tints of Storm Grey #6D768E

RGB

 RED value IS 109 (42.97% from 255) = 29.54%

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

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 29.54%
G = 31.98%
B = 38.48%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D768E (or 0x6D768E) is known color: Storm Grey. HEX triplet: 6D, 76 and 8E. RGB value is (109,118,142). Sum of RGB (Red+Green+Blue) = 109+118+142=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D768E is #928971. Grayscale: #757575. Windows color (decimal): -9603442 or 9336429. OLE color: 9336429.

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

Color convert

RGB 109 118 142 -
CMYK 0.23 0.17 0 0.44
HSL 223.64º 0.13% 0.49% -
HSV(B) 223.64º 0.23% 0.56% -
XYZ 17.67 18.16 28.17 -
YUV 118.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 109 118 142 0.23 0.17 0 0.44 223.64 0.13 0.49
Hex 6D 76 8E 17 11 0 2C E0 D 31
Octal 155 166 216 27 21 0 54 340 15 61
Binary 1101101 1110110 10001110 10111 10001 0 101100 11100000 1101 110001

Color Harmonies of #6D768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D768E

Black with #6D768E

Text Example


Text Example

White with #6D768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,118,142); }

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

background-color css

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

 a { background-color: rgb(109,118,142); }

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

border-color css

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

 span { border-color: rgb(109,118,142); }

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