#6A768E

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

Shades of Storm Grey #6A768E

Tints of Storm Grey #6A768E

Color information

#6A768E (or 0x6A768E) is unknown color: approx Storm Grey. HEX triplet: 6A, 76 and 8E. RGB value is (106,118,142). Sum of RGB (Red+Green+Blue) = 106+118+142=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A768E is #958971. Grayscale: #757575. Windows color (decimal): -9800050 or 9336426. OLE color: 9336426.

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

Color convert

RGB106118142-
CMYK0.250.1700.44
HSL220º14.52%48.63%-
HSV(B)220º25.35%55.69%-
XYZ17.317.9728.15-
YUV117.15142.02120.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=28.96%
G=32.24%
B=38.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061181420.250.1700.4422014.5248.63
Hex6A768E191102Cdcf31
Octal15216621631210543341761
Binary110101011101101000111011001100010101100110111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,118,142); }

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

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

 a { background-color: rgb(106,118,142); }

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

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

 span { border-color: rgb(106,118,142); }

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