#6F7890

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

Shades of Storm Grey #6F7890

Tints of Storm Grey #6F7890

Color information

#6F7890 (or 0x6F7890) is unknown color: approx Storm Grey. HEX triplet: 6F, 78 and 90. RGB value is (111,120,144). Sum of RGB (Red+Green+Blue) = 111+120+144=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7890 is #90876F. Grayscale: #777777. Windows color (decimal): -9471856 or 9468015. OLE color: 9468015.

HSL color Cylindrical-coordinate representation of color #6F7890: hue angle of 223.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7890 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111120144-
CMYK0.230.1700.44
HSL223.64º12.94%50%-
HSV(B)223.64º22.92%56.47%-
XYZ18.3118.8329.05-
YUV120.04141.52121.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.6%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=29.6%
G=32%
B=38.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111201440.230.1700.44223.6412.9450
Hex6F7890171102Ce0d32
Octal15717022027210543401562
Binary110111111110001001000010111100010101100111000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,120,144); }

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

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

 a { background-color: rgb(111,120,144); }

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

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

 span { border-color: rgb(111,120,144); }

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