#676170

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

Shades of Scarpa Flow #676170

Tints of Scarpa Flow #676170

Color information

#676170 (or 0x676170) is unknown color: approx Scarpa Flow. HEX triplet: 67, 61 and 70. RGB value is (103,97,112). Sum of RGB (Red+Green+Blue) = 103+97+112=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #676170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676170 is #989E8F. Grayscale: #646464. Windows color (decimal): -10002064 or 7364967. OLE color: 7364967.

HSL color Cylindrical-coordinate representation of color #676170: hue angle of 264º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #676170 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10397112-
CMYK0.080.1300.56
HSL264º7.18%40.98%-
HSV(B)264º13.39%43.92%-
XYZ12.7912.617.09-
YUV100.5134.49129.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=33.01%
G=31.09%
B=35.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103971120.080.1300.562647.1840.98
Hex6761708D038108729
Octal1471411601015070410751
Binary110011111000011110000100011010111000100001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676170; }

 p { color: rgb(103,97,112); }

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

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

 a { background-color: rgb(103,97,112); }

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

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

 span { border-color: rgb(103,97,112); }

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