#6F768B

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

Shades of Storm Grey #6F768B

Tints of Storm Grey #6F768B

Color information

#6F768B (or 0x6F768B) is unknown color: approx Storm Grey. HEX triplet: 6F, 76 and 8B. RGB value is (111,118,139). Sum of RGB (Red+Green+Blue) = 111+118+139=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F768B is #908974. Grayscale: #767676. Windows color (decimal): -9472373 or 9139823. OLE color: 9139823.

HSL color Cylindrical-coordinate representation of color #6F768B: hue angle of 225º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F768B is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB111118139-
CMYK0.200.1500.45
HSL225º11.2%49.02%-
HSV(B)225º20.14%54.51%-
XYZ17.6918.227.01-
YUV118.3139.68122.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=30.16%
G=32.07%
B=37.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111181390.200.1500.4522511.249.02
Hex6F768B14F02De1b31
Octal15716621324170553411361
Binary11011111110110100010111010011110101101111000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,139); }

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

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

 a { background-color: rgb(111,118,139); }

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

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

 span { border-color: rgb(111,118,139); }

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