Html Css Color HEX #6F7489 Storm Grey

📋 copy color: '#6F7489'

red 111 ◦ green 116 ◦ blue 137

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

Shades of Storm Grey #6F7489

Tints of Storm Grey #6F7489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 30.49%
G = 31.87%
B = 37.64%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F7489 (or 0x6F7489) is known color: Storm Grey. HEX triplet: 6F, 74 and 89. RGB value is (111,116,137). Sum of RGB (Red+Green+Blue) = 111+116+137=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F7489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7489 is #908B76. Grayscale: #747474. Windows color (decimal): -9472887 or 9008239. OLE color: 9008239.

HSL color Cylindrical-coordinate representation of color #6F7489: hue angle of 228.46º 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 #6F7489 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 116 137 -
CMYK 0.19 0.15 0 0.46
HSL 228.46º 0.1% 0.49% -
HSV(B) 228.46º 0.19% 0.54% -
XYZ 17.32 17.68 26.17 -
YUV 116.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 111 116 137 0.19 0.15 0 0.46 228.46 0.1 0.49
Hex 6F 74 89 13 F 0 2E E4 A 31
Octal 157 164 211 23 17 0 56 344 12 61
Binary 1101111 1110100 10001001 10011 1111 0 101110 11100100 1010 110001

Color Harmonies of #6F7489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7489

Black with #6F7489

Text Example


Text Example

White with #6F7489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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