#696073

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

Shades of Scarpa Flow #696073

Tints of Scarpa Flow #696073

Color information

#696073 (or 0x696073) is unknown color: approx Scarpa Flow. HEX triplet: 69, 60 and 73. RGB value is (105,96,115). Sum of RGB (Red+Green+Blue) = 105+96+115=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #696073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696073 is #969F8C. Grayscale: #646464. Windows color (decimal): -9871245 or 7561321. OLE color: 7561321.

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

Color convert

RGB10596115-
CMYK0.090.1700.55
HSL268.42º9%41.37%-
HSV(B)268.42º16.52%45.1%-
XYZ13.112.6117.96-
YUV100.86135.98130.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=33.23%
G=30.38%
B=36.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105961150.090.1700.55268.42941.37
Hex69607391103710c929
Octal15114016311210674141151
Binary11010011100000111001110011000101101111000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696073; }

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

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

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

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

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

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

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

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