#696176

Color #696176 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #696176

Tints of Scarpa Flow #696176

Color information

#696176 (or 0x696176) is unknown color: approx Scarpa Flow. HEX triplet: 69, 61 and 76. RGB value is (105,97,118). Sum of RGB (Red+Green+Blue) = 105+97+118=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #696176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696176 is #969E89. Grayscale: #656565. Windows color (decimal): -9870986 or 7758185. OLE color: 7758185.

HSL color Cylindrical-coordinate representation of color #696176: hue angle of 262.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #696176 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10597118-
CMYK0.110.1800.54
HSL262.86º9.77%42.16%-
HSV(B)262.86º17.8%46.27%-
XYZ13.3712.8618.92-
YUV101.79137.15130.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=32.81%
G=30.31%
B=36.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105971180.110.1800.54262.869.7742.16
Hex696176B12036107a2a
Octal15114116613220664071252
Binary11010011100001111011010111001001101101000001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696176; }

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

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

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

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

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

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

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

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