#6F7784

Color #6F7784 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #6F7784

Tints of Storm Grey #6F7784

Color information

#6F7784 (or 0x6F7784) is unknown color: approx Storm Grey. HEX triplet: 6F, 77 and 84. RGB value is (111,119,132). Sum of RGB (Red+Green+Blue) = 111+119+132=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7784 is #90887B. Grayscale: #767676. Windows color (decimal): -9472124 or 8681327. OLE color: 8681327.

HSL color Cylindrical-coordinate representation of color #6F7784: hue angle of 217.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7784 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB111119132-
CMYK0.160.1000.48
HSL217.14º8.64%47.65%-
HSV(B)217.14º15.91%51.76%-
XYZ17.3218.2424.44-
YUV118.09135.85122.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.66%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=30.66%
G=32.87%
B=36.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111191320.160.1000.48217.148.6447.65
Hex6F778410A030d9930
Octal15716720420120603311160
Binary11011111110111100001001000010100110000110110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,132); }

 H1.HeaderClassName
 {
   color: #6F7784;
 }
 .AnyTagClassName
 {
   color: #6F7784;
 }
</style>
background-color css

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

 a { background-color: rgb(111,119,132); }

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

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

 span { border-color: rgb(111,119,132); }

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