#69768C

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

Shades of Storm Grey #69768C

Tints of Storm Grey #69768C

Color information

#69768C (or 0x69768C) is unknown color: approx Storm Grey. HEX triplet: 69, 76 and 8C. RGB value is (105,118,140). Sum of RGB (Red+Green+Blue) = 105+118+140=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #69768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69768C is #968973. Grayscale: #747474. Windows color (decimal): -9865588 or 9205353. OLE color: 9205353.

HSL color Cylindrical-coordinate representation of color #69768C: hue angle of 217.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69768C is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105118140-
CMYK0.250.1600.45
HSL217.71º14.29%48.04%-
HSV(B)217.71º25%54.9%-
XYZ17.0417.8527.36-
YUV116.62141.19119.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=28.93%
G=32.51%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051181400.250.1600.45217.7114.2948.04
Hex69768C191002Ddae30
Octal15116621431200553321660
Binary110100111101101000110011001100000101101110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69768C; }

 p { color: rgb(105,118,140); }

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

<style>
 a { background-color: #69768C; }

 a { background-color: rgb(105,118,140); }

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

<style>
 span { border-color: #69768C; }

 span { border-color: rgb(105,118,140); }

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