Html Css Color HEX #6D6F8A Storm Grey

📋 copy color: '#6D6F8A'

red 109 ◦ green 111 ◦ blue 138

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

Shades of Storm Grey #6D6F8A

Tints of Storm Grey #6D6F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 30.45%
G = 31.01%
B = 38.55%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D6F8A (or 0x6D6F8A) is known color: Storm Grey. HEX triplet: 6D, 6F and 8A. RGB value is (109,111,138). Sum of RGB (Red+Green+Blue) = 109+111+138=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D6F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6F8A is #929075. Grayscale: #717171. Windows color (decimal): -9605238 or 9072493. OLE color: 9072493.

HSL color Cylindrical-coordinate representation of color #6D6F8A: hue angle of 235.86º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6F8A is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 111 138 -
CMYK 0.21 0.20 0 0.46
HSL 235.86º 0.12% 0.48% -
HSV(B) 235.86º 0.21% 0.54% -
XYZ 16.58 16.46 26.35 -
YUV 113.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 109 111 138 0.21 0.20 0 0.46 235.86 0.12 0.48
Hex 6D 6F 8A 15 14 0 2E EC C 30
Octal 155 157 212 25 24 0 56 354 14 60
Binary 1101101 1101111 10001010 10101 10100 0 101110 11101100 1100 110000

Color Harmonies of #6D6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6F8A

Black with #6D6F8A

Text Example


Text Example

White with #6D6F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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