Html Css Color HEX #6F7389 Storm Grey

📋 copy color: '#6F7389'

red 111 ◦ green 115 ◦ blue 137

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

Shades of Storm Grey #6F7389

Tints of Storm Grey #6F7389

RGB

 RED value IS 111 (43.75% from 255) = 30.58%

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 30.58%
G = 31.68%
B = 37.74%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F7389 (or 0x6F7389) is known color: Storm Grey. HEX triplet: 6F, 73 and 89. RGB value is (111,115,137). Sum of RGB (Red+Green+Blue) = 111+115+137=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F7389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7389 is #908C76. Grayscale: #747474. Windows color (decimal): -9473143 or 9007983. OLE color: 9007983.

HSL color Cylindrical-coordinate representation of color #6F7389: hue angle of 230.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F7389 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 115 137 -
CMYK 0.19 0.16 0 0.46
HSL 230.77º 0.1% 0.49% -
HSV(B) 230.77º 0.19% 0.54% -
XYZ 17.2 17.45 26.13 -
YUV 116.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 111 115 137 0.19 0.16 0 0.46 230.77 0.1 0.49
Hex 6F 73 89 13 10 0 2E E7 A 31
Octal 157 163 211 23 20 0 56 347 12 61
Binary 1101111 1110011 10001001 10011 10000 0 101110 11100111 1010 110001

Color Harmonies of #6F7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7389

Black with #6F7389

Text Example


Text Example

White with #6F7389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,137); }

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

background-color css

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

 a { background-color: rgb(111,115,137); }

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

border-color css

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

 span { border-color: rgb(111,115,137); }

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