#696570

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

Shades of Scarpa Flow #696570

Tints of Scarpa Flow #696570

Color information

#696570 (or 0x696570) is unknown color: approx Scarpa Flow. HEX triplet: 69, 65 and 70. RGB value is (105,101,112). Sum of RGB (Red+Green+Blue) = 105+101+112=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #696570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696570 is #969A8F. Grayscale: #676767. Windows color (decimal): -9869968 or 7365993. OLE color: 7365993.

HSL color Cylindrical-coordinate representation of color #696570: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696570 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB105101112-
CMYK0.060.1000.56
HSL261.82º5.16%41.76%-
HSV(B)261.82º9.82%43.92%-
XYZ13.413.4817.22-
YUV103.45132.83129.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=33.02%
G=31.76%
B=35.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051011120.060.1000.56261.825.1641.76
Hex6965706A03810652a
Octal151145160612070406552
Binary11010011100101111000011010100111000100000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696570; }

 p { color: rgb(105,101,112); }

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

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

 a { background-color: rgb(105,101,112); }

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

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

 span { border-color: rgb(105,101,112); }

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