#696075

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

Shades of Scarpa Flow #696075

Tints of Scarpa Flow #696075

Color information

#696075 (or 0x696075) is unknown color: approx Scarpa Flow. HEX triplet: 69, 60 and 75. RGB value is (105,96,117). Sum of RGB (Red+Green+Blue) = 105+96+117=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #696075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696075 is #969F8A. Grayscale: #656565. Windows color (decimal): -9871243 or 7692393. OLE color: 7692393.

HSL color Cylindrical-coordinate representation of color #696075: hue angle of 265.71º 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 #696075 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10596117-
CMYK0.100.1800.54
HSL265.71º9.86%41.76%-
HSV(B)265.71º17.95%45.88%-
XYZ13.2212.6518.58-
YUV101.08136.98130.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=33.02%
G=30.19%
B=36.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105961170.100.1800.54265.719.8641.76
Hex696075A1203610aa2a
Octal15114016512220664121252
Binary11010011100000111010110101001001101101000010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696075; }

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

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

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

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

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

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

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

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