Html Css Color HEX #6F7992 Storm Grey

📋 copy color: '#6F7992'

red 111 ◦ green 121 ◦ blue 146

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

Shades of Storm Grey #6F7992

Tints of Storm Grey #6F7992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 29.37%
G = 32.01%
B = 38.62%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F7992 (or 0x6F7992) is known color: Storm Grey. HEX triplet: 6F, 79 and 92. RGB value is (111,121,146). Sum of RGB (Red+Green+Blue) = 111+121+146=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7992 is #90866D. Grayscale: #787878. Windows color (decimal): -9471598 or 9599343. OLE color: 9599343.

HSL color Cylindrical-coordinate representation of color #6F7992: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7992 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 121 146 -
CMYK 0.24 0.17 0 0.43
HSL 222.86º 0.14% 0.5% -
HSV(B) 222.86º 0.24% 0.57% -
XYZ 18.58 19.13 29.91 -
YUV 120.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 111 121 146 0.24 0.17 0 0.43 222.86 0.14 0.5
Hex 6F 79 92 18 11 0 2B DF E 32
Octal 157 171 222 30 21 0 53 337 16 62
Binary 1101111 1111001 10010010 11000 10001 0 101011 11011111 1110 110010

Color Harmonies of #6F7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7992

Black with #6F7992

Text Example


Text Example

White with #6F7992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,121,146); }

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

background-color css

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

 a { background-color: rgb(111,121,146); }

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

border-color css

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

 span { border-color: rgb(111,121,146); }

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