#696968

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

Shades of Storm Dust #696968

Tints of Storm Dust #696968

Color information

#696968 (or 0x696968) is unknown color: approx Storm Dust. HEX triplet: 69, 69 and 68. RGB value is (105,105,104). Sum of RGB (Red+Green+Blue) = 105+105+104=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696968 is #969697. Grayscale: #686868. Windows color (decimal): -9868952 or 6842729. OLE color: 6842729.

HSL color Cylindrical-coordinate representation of color #696968: hue angle of 60º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #696968 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB105105104-
CMYK000.010.59
HSL60º0.48%40.98%-
HSV(B)60º0.95%41.18%-
XYZ13.3814.1115.11-
YUV104.89127.5128.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=33.44%
G=33.44%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105105104000.010.59600.4840.98
Hex6969680013B3c029
Octal1511511500017374051
Binary1101001110100111010000011110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696968; }

 p { color: rgb(105,105,104); }

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

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

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

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

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

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

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