#696172

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

Shades of Scarpa Flow #696172

Tints of Scarpa Flow #696172

Color information

#696172 (or 0x696172) is unknown color: approx Scarpa Flow. HEX triplet: 69, 61 and 72. RGB value is (105,97,114). Sum of RGB (Red+Green+Blue) = 105+97+114=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #696172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696172 is #969E8D. Grayscale: #656565. Windows color (decimal): -9870990 or 7496041. OLE color: 7496041.

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

Color convert

RGB10597114-
CMYK0.080.1500.55
HSL268.24º8.06%41.37%-
HSV(B)268.24º14.91%44.71%-
XYZ13.1412.7717.69-
YUV101.33135.15130.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=33.23%
G=30.70%
B=36.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105971140.080.1500.55268.248.0641.37
Hex6961728F03710c829
Octal15114116210170674141051
Binary1101001110000111100101000111101101111000011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696172; }

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

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

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

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

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

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

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

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