#696077

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

Shades of Scarpa Flow #696077

Tints of Scarpa Flow #696077

Color information

#696077 (or 0x696077) is unknown color: approx Scarpa Flow. HEX triplet: 69, 60 and 77. RGB value is (105,96,119). Sum of RGB (Red+Green+Blue) = 105+96+119=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #696077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696077 is #969F88. Grayscale: #656565. Windows color (decimal): -9871241 or 7823465. OLE color: 7823465.

HSL color Cylindrical-coordinate representation of color #696077: hue angle of 263.48º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #696077 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10596119-
CMYK0.120.1900.53
HSL263.48º10.7%42.16%-
HSV(B)263.48º19.33%46.67%-
XYZ13.3412.719.2-
YUV101.31137.98130.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=32.81%
G=30%
B=37.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105961190.120.1900.53263.4810.742.16
Hex696077C13035107b2a
Octal15114016714230654071352
Binary11010011100000111011111001001101101011000001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696077; }

 p { color: rgb(105,96,119); }

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

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

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

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

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

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

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