#6E768B

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

Shades of Storm Grey #6E768B

Tints of Storm Grey #6E768B

Color information

#6E768B (or 0x6E768B) is unknown color: approx Storm Grey. HEX triplet: 6E, 76 and 8B. RGB value is (110,118,139). Sum of RGB (Red+Green+Blue) = 110+118+139=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E768B is #918974. Grayscale: #757575. Windows color (decimal): -9537909 or 9139822. OLE color: 9139822.

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

Color convert

RGB110118139-
CMYK0.210.1500.45
HSL223.45º11.65%48.82%-
HSV(B)223.45º20.86%54.51%-
XYZ17.5718.1427-
YUV118139.85122.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=29.97%
G=32.15%
B=37.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101181390.210.1500.45223.4511.6548.82
Hex6E768B15F02Ddfc31
Octal15616621325170553371461
Binary11011101110110100010111010111110101101110111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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