Html Css Color HEX #6D6F8E Storm Grey

📋 copy color: '#6D6F8E'

red 109 ◦ green 111 ◦ blue 142

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

Shades of Storm Grey #6D6F8E

Tints of Storm Grey #6D6F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

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

R = 30.11%
G = 30.66%
B = 39.23%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D6F8E (or 0x6D6F8E) is known color: Storm Grey. HEX triplet: 6D, 6F and 8E. RGB value is (109,111,142). Sum of RGB (Red+Green+Blue) = 109+111+142=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D6F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6F8E is #929071. Grayscale: #717171. Windows color (decimal): -9605234 or 9334637. OLE color: 9334637.

HSL color Cylindrical-coordinate representation of color #6D6F8E: hue angle of 236.36º 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 #6D6F8E is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 111 142 -
CMYK 0.23 0.22 0 0.44
HSL 236.36º 0.13% 0.49% -
HSV(B) 236.36º 0.23% 0.56% -
XYZ 16.87 16.57 27.9 -
YUV 113.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 109 111 142 0.23 0.22 0 0.44 236.36 0.13 0.49
Hex 6D 6F 8E 17 16 0 2C EC D 31
Octal 155 157 216 27 26 0 54 354 15 61
Binary 1101101 1101111 10001110 10111 10110 0 101100 11101100 1101 110001

Color Harmonies of #6D6F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6F8E

Black with #6D6F8E

Text Example


Text Example

White with #6D6F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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